<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>



<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>:: Acadmico &gt; Cadastros &gt; Perodos</title>
<link rel="stylesheet" type="text/css" href="B2_arquivos/estilo.css">
<link rel="stylesheet" href="B2_arquivos/jquery.css">
<style type="text/css" media="all">
table {
	border-collapse:collapse;
}
.style3 {
	color: #FF0000
}
</style>
<script language="JavaScript" src="B2_arquivos/funcoes.js" type="text/JavaScript"></script>
<script src="B2_arquivos/jquery.js" type="text/javascript"></script>
<script src="B2_arquivos/jquery_002.js" type="text/javascript"></script>
<script src="B2_arquivos/jquery_003.js" type="text/javascript"></script>
<script src="B2_arquivos/jquery_004.js" type="text/javascript"></script>
<script language="JavaScript">

        function inicializa() {

            //parent.document.forms[0].height = document.body.scrollHeight+30;

            //parent.parent.document.getElementById('centro').height =
			//	document.body.scrollHeight + 200;
			
        }

        function ValidaPagina(obj,tipoAcao) {
            obj.disabled = true;
			var qtd_Alunos 		= document.getElementById('qtd_Alunos').value;
            var qtd_Disciplinas = document.getElementById('qtd_Disciplinas').value;
            var objNota;
			var qtdCamposBrancos = 0;
            var cd_Aluno = '';
			var cd_Disciplina = '';
            var nr_Nota = '';
            var qtdErro = 0;
			var msg = 'Existem notas maiores do que 10!';
			
            for (i = 1; i <= qtd_Alunos; i++) {
                cd_Aluno = document.getElementById('cd_Aluno_' + i).value;
                for (y = 1; y <= qtd_Disciplinas; y++) {
                	cd_Disciplina = document.getElementById('cd_Disciplina_' + y).value;
					objNota = document.getElementById('nr_Nota_' + cd_Aluno + '_' + cd_Disciplina);
                    nr_Nota = objNota.value.split(',');

                    if (nr_Nota[0] > 10) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
                    else if ((nr_Nota[0] == 10) && (nr_Nota[1] > 0)) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
					else if (objNota.value == '')
					{
						qtdCamposBrancos++;
					}
                }
            }
			//if (qtdCamposBrancos == (qtd_Alunos * qtd_Disciplinas))
			//{
			//	msg = 'Nenhuma nota foi informada!';	
			//	qtdErro = 1;			
			//}
            if (qtdErro == 0) {                
				document.forms[0].action = "AlunoAvaliacao_frmCad.asp?Inc_Alt="+ tipoAcao
				document.forms[0].submit();
            }
            else {
				alert(msg);
                obj.disabled = false;
            }
        }
				
		function selecionaSemestre(obj) {
		
			querystring = "&ci_Turma="+ document.getElementById("cd_Turma").value +
						  "&ci_Disciplina="+ document.getElementById("cd_Disciplina").value +
						  "&cd_CursoTpMapa="+ document.getElementById("cd_CursoTpMapa").value +
						  "&nr_Semestre="+ document.getElementById("nr_Semestre").value +
						  "&ci_Periodo="+ document.getElementById("cd_Periodo").value +						  
						  "&cd_TpEnsino="+ document.getElementById("cd_TpEnsino").value +	
						  "&ds_Periodo="+ document.getElementById("ds_Periodo").value +
						  "&nr_anoletivo="+ document.getElementById("nr_anoletivo").value +
						  "&nr_semestreSel="+ obj.value;
		
			document.location = "AlunoAvaliacao_frmCad.asp?Inc_Alt=I"+ querystring;
		}
		
		function Excluir(obj) {
			if (confirm("ATENO!! Deseja realmente excluir TODAS as avaliaes lanadas para esta turma?")) {
				ValidaPagina(obj,'E');
			}
		}
		
	$(function() {
		$('td[@id^="colunaNotaAluno_"]').tooltip({
			track: true,
			delay: 0,
			showURL: false,
			showBody: "<br>",
			fixPNG: true,
			opacity: 0.95
		});
	});		

</script>
</head><body leftmargin="0" topmargin="0" onload="inicializa();" marginheight="0" marginwidth="0">
<!-- INCIO - CONTEDO: TABELA BASE/CENTRO -->
<form name="frmCadastro" method="post">
  <!-- INCIO TABELA - CONTEDO: PESQUISA -->
  <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tbody><tr>
      <td align="center"><table width="98%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" height="30" align="left">3 Srie | ENSINO MDIO | ENSINO REGULAR | Noite | B - 2 Perodo - 14/08/2012 - 26/10/2012</td>
          </tr>
        </tbody></table>
        
        <input id="cd_Periodo" name="cd_Periodo" value="2" type="hidden">
        <input id="qtd_Alunos" name="qtd_Alunos" value="47" type="hidden">
        <input id="qtd_Disciplinas" name="qtd_Disciplinas" value="13" type="hidden">
        <input id="cd_Turma" name="cd_Turma" value="96454" type="hidden">
        <input id="nr_Semestre" name="nr_Semestre" value="" type="hidden">
        <input id="cd_CursoTpMapa" name="cd_CursoTpMapa" value="1" type="hidden">
        <input id="cd_Disciplina" name="cd_Disciplina" value="" type="hidden">
        <input id="ds_Periodo" name="ds_Periodo" value="2 Perodo - 14/08/2012 - 26/10/2012" type="hidden">
        <input id="cd_TpEnsino" name="cd_TpEnsino" value="1" type="hidden">
        <input id="nr_anoletivo" name="nr_anoletivo" value="2012" type="hidden">
        <table width="99%" border="1" bordercolor="#c0c081" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" width="627" align="left" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp;Nome&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 </td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; ARTE&nbsp;&nbsp;
              <input id="cd_Disciplina_1" name="cd_Disciplina_1" value="154" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; BIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_2" name="cd_Disciplina_2" value="160" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; EDUCAO FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_3" name="cd_Disciplina_3" value="530" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FILOSOFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_4" name="cd_Disciplina_4" value="780" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_5" name="cd_Disciplina_5" value="800" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; GEOGRAFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_6" name="cd_Disciplina_6" value="890" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; HISTORIA&nbsp;&nbsp;
              <input id="cd_Disciplina_7" name="cd_Disciplina_7" value="970" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (ESPANHOL)&nbsp;&nbsp;
              <input id="cd_Disciplina_8" name="cd_Disciplina_8" value="3330" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (INGLES)&nbsp;&nbsp;
              <input id="cd_Disciplina_9" name="cd_Disciplina_9" value="1130" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA PORTUGUESA&nbsp;&nbsp;
              <input id="cd_Disciplina_10" name="cd_Disciplina_10" value="1140" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; MATEMTICA&nbsp;&nbsp;
              <input id="cd_Disciplina_11" name="cd_Disciplina_11" value="1200" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; QUIMICA&nbsp;&nbsp;
              <input id="cd_Disciplina_12" name="cd_Disciplina_12" value="1620" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; SOCIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_13" name="cd_Disciplina_13" value="1730" type="hidden"></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1099021&nbsp;ANA CELIA ANDRADE BRAGA
              <input id="cd_Aluno_1" name="cd_Aluno_1" value="1099021" type="hidden"></td>
            
            <td id="colunaNotaAluno_1099021_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1099021_154" id="ci_AlunoAvaliacao_1099021_154" value="91040150" type="hidden">
                <input name="nr_Nota_1099021_154" id="nr_Nota_1099021_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1099021_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1099021_160" id="ci_AlunoAvaliacao_1099021_160" value="89732986" type="hidden">
                <input name="nr_Nota_1099021_160" id="nr_Nota_1099021_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1099021_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1099021_530" id="ci_AlunoAvaliacao_1099021_530" value="101749953" type="hidden">
                <input name="nr_Nota_1099021_530" id="nr_Nota_1099021_530" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1099021_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1099021_780" id="ci_AlunoAvaliacao_1099021_780" value="90032328" type="hidden">
                <input name="nr_Nota_1099021_780" id="nr_Nota_1099021_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1099021_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1099021_800" id="ci_AlunoAvaliacao_1099021_800" value="91039091" type="hidden">
                <input name="nr_Nota_1099021_800" id="nr_Nota_1099021_800" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1099021_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1099021_890" id="ci_AlunoAvaliacao_1099021_890" value="89732364" type="hidden">
                <input name="nr_Nota_1099021_890" id="nr_Nota_1099021_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1099021_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1099021_970" id="ci_AlunoAvaliacao_1099021_970" value="90032735" type="hidden">
                <input name="nr_Nota_1099021_970" id="nr_Nota_1099021_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1099021_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1099021_3330" id="ci_AlunoAvaliacao_1099021_3330" value="90035800" type="hidden">
                <input name="nr_Nota_1099021_3330" id="nr_Nota_1099021_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1099021_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1099021_1130" id="ci_AlunoAvaliacao_1099021_1130" value="102701030" type="hidden">
                <input name="nr_Nota_1099021_1130" id="nr_Nota_1099021_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1099021_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1099021_1140" id="ci_AlunoAvaliacao_1099021_1140" value="90033633" type="hidden">
                <input name="nr_Nota_1099021_1140" id="nr_Nota_1099021_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1099021_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1099021_1200" id="ci_AlunoAvaliacao_1099021_1200" value="89732566" type="hidden">
                <input name="nr_Nota_1099021_1200" id="nr_Nota_1099021_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1099021_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1099021_1620" id="ci_AlunoAvaliacao_1099021_1620" value="90034428" type="hidden">
                <input name="nr_Nota_1099021_1620" id="nr_Nota_1099021_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1099021_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1099021_1730" id="ci_AlunoAvaliacao_1099021_1730" value="102701031" type="hidden">
                <input name="nr_Nota_1099021_1730" id="nr_Nota_1099021_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1166874&nbsp;ANA FLAVIA COSTA BEZERRA BOTAO
              <input id="cd_Aluno_2" name="cd_Aluno_2" value="1166874" type="hidden"></td>
            
            <td id="colunaNotaAluno_1166874_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1166874_154" id="ci_AlunoAvaliacao_1166874_154" value="91040152" type="hidden">
                <input name="nr_Nota_1166874_154" id="nr_Nota_1166874_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1166874_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1166874_160" id="ci_AlunoAvaliacao_1166874_160" value="" type="hidden">
                <input name="nr_Nota_1166874_160" id="nr_Nota_1166874_160" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1166874_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1166874_530" id="ci_AlunoAvaliacao_1166874_530" value="101749954" type="hidden">
                <input name="nr_Nota_1166874_530" id="nr_Nota_1166874_530" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1166874_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1166874_780" id="ci_AlunoAvaliacao_1166874_780" value="" type="hidden">
                <input name="nr_Nota_1166874_780" id="nr_Nota_1166874_780" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1166874_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1166874_800" id="ci_AlunoAvaliacao_1166874_800" value="91039093" type="hidden">
                <input name="nr_Nota_1166874_800" id="nr_Nota_1166874_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1166874_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1166874_890" id="ci_AlunoAvaliacao_1166874_890" value="" type="hidden">
                <input name="nr_Nota_1166874_890" id="nr_Nota_1166874_890" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1166874_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1166874_970" id="ci_AlunoAvaliacao_1166874_970" value="" type="hidden">
                <input name="nr_Nota_1166874_970" id="nr_Nota_1166874_970" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1166874_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1166874_3330" id="ci_AlunoAvaliacao_1166874_3330" value="" type="hidden">
                <input name="nr_Nota_1166874_3330" id="nr_Nota_1166874_3330" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1166874_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1166874_1130" id="ci_AlunoAvaliacao_1166874_1130" value="" type="hidden">
                <input name="nr_Nota_1166874_1130" id="nr_Nota_1166874_1130" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1166874_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1166874_1140" id="ci_AlunoAvaliacao_1166874_1140" value="" type="hidden">
                <input name="nr_Nota_1166874_1140" id="nr_Nota_1166874_1140" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1166874_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1166874_1200" id="ci_AlunoAvaliacao_1166874_1200" value="" type="hidden">
                <input name="nr_Nota_1166874_1200" id="nr_Nota_1166874_1200" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1166874_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1166874_1620" id="ci_AlunoAvaliacao_1166874_1620" value="90034430" type="hidden">
                <input name="nr_Nota_1166874_1620" id="nr_Nota_1166874_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1166874_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1166874_1730" id="ci_AlunoAvaliacao_1166874_1730" value="" type="hidden">
                <input name="nr_Nota_1166874_1730" id="nr_Nota_1166874_1730" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;911877&nbsp;ANDREZA DA SILVA LAURENTINO
              <input id="cd_Aluno_3" name="cd_Aluno_3" value="911877" type="hidden"></td>
            
            <td id="colunaNotaAluno_911877_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_911877_154" id="ci_AlunoAvaliacao_911877_154" value="91040153" type="hidden">
                <input name="nr_Nota_911877_154" id="nr_Nota_911877_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_911877_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_911877_160" id="ci_AlunoAvaliacao_911877_160" value="89732987" type="hidden">
                <input name="nr_Nota_911877_160" id="nr_Nota_911877_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_911877_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_911877_530" id="ci_AlunoAvaliacao_911877_530" value="101749955" type="hidden">
                <input name="nr_Nota_911877_530" id="nr_Nota_911877_530" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_911877_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_911877_780" id="ci_AlunoAvaliacao_911877_780" value="90032330" type="hidden">
                <input name="nr_Nota_911877_780" id="nr_Nota_911877_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_911877_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_911877_800" id="ci_AlunoAvaliacao_911877_800" value="91039094" type="hidden">
                <input name="nr_Nota_911877_800" id="nr_Nota_911877_800" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_911877_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_911877_890" id="ci_AlunoAvaliacao_911877_890" value="89732365" type="hidden">
                <input name="nr_Nota_911877_890" id="nr_Nota_911877_890" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_911877_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_911877_970" id="ci_AlunoAvaliacao_911877_970" value="90032737" type="hidden">
                <input name="nr_Nota_911877_970" id="nr_Nota_911877_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_911877_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_911877_3330" id="ci_AlunoAvaliacao_911877_3330" value="90035801" type="hidden">
                <input name="nr_Nota_911877_3330" id="nr_Nota_911877_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_911877_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_911877_1130" id="ci_AlunoAvaliacao_911877_1130" value="89729450" type="hidden">
                <input name="nr_Nota_911877_1130" id="nr_Nota_911877_1130" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_911877_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_911877_1140" id="ci_AlunoAvaliacao_911877_1140" value="90033635" type="hidden">
                <input name="nr_Nota_911877_1140" id="nr_Nota_911877_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_911877_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_911877_1200" id="ci_AlunoAvaliacao_911877_1200" value="89732567" type="hidden">
                <input name="nr_Nota_911877_1200" id="nr_Nota_911877_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_911877_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_911877_1620" id="ci_AlunoAvaliacao_911877_1620" value="102701095" type="hidden">
                <input name="nr_Nota_911877_1620" id="nr_Nota_911877_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_911877_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_911877_1730" id="ci_AlunoAvaliacao_911877_1730" value="90035392" type="hidden">
                <input name="nr_Nota_911877_1730" id="nr_Nota_911877_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;895913&nbsp;BRUNA ALVES RODRIGUES
              <input id="cd_Aluno_4" name="cd_Aluno_4" value="895913" type="hidden"></td>
            
            <td id="colunaNotaAluno_895913_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895913_154" id="ci_AlunoAvaliacao_895913_154" value="91040155" type="hidden">
                <input name="nr_Nota_895913_154" id="nr_Nota_895913_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895913_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895913_160" id="ci_AlunoAvaliacao_895913_160" value="" type="hidden">
                <input name="nr_Nota_895913_160" id="nr_Nota_895913_160" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895913_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895913_530" id="ci_AlunoAvaliacao_895913_530" value="101749956" type="hidden">
                <input name="nr_Nota_895913_530" id="nr_Nota_895913_530" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895913_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895913_780" id="ci_AlunoAvaliacao_895913_780" value="" type="hidden">
                <input name="nr_Nota_895913_780" id="nr_Nota_895913_780" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895913_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895913_800" id="ci_AlunoAvaliacao_895913_800" value="91039095" type="hidden">
                <input name="nr_Nota_895913_800" id="nr_Nota_895913_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895913_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895913_890" id="ci_AlunoAvaliacao_895913_890" value="89732366" type="hidden">
                <input name="nr_Nota_895913_890" id="nr_Nota_895913_890" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895913_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895913_970" id="ci_AlunoAvaliacao_895913_970" value="" type="hidden">
                <input name="nr_Nota_895913_970" id="nr_Nota_895913_970" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895913_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895913_3330" id="ci_AlunoAvaliacao_895913_3330" value="" type="hidden">
                <input name="nr_Nota_895913_3330" id="nr_Nota_895913_3330" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895913_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895913_1130" id="ci_AlunoAvaliacao_895913_1130" value="" type="hidden">
                <input name="nr_Nota_895913_1130" id="nr_Nota_895913_1130" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895913_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895913_1140" id="ci_AlunoAvaliacao_895913_1140" value="" type="hidden">
                <input name="nr_Nota_895913_1140" id="nr_Nota_895913_1140" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895913_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895913_1200" id="ci_AlunoAvaliacao_895913_1200" value="" type="hidden">
                <input name="nr_Nota_895913_1200" id="nr_Nota_895913_1200" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895913_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895913_1620" id="ci_AlunoAvaliacao_895913_1620" value="" type="hidden">
                <input name="nr_Nota_895913_1620" id="nr_Nota_895913_1620" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895913_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895913_1730" id="ci_AlunoAvaliacao_895913_1730" value="" type="hidden">
                <input name="nr_Nota_895913_1730" id="nr_Nota_895913_1730" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1191097&nbsp;BRUNO ALEF RODRIGUES
              <input id="cd_Aluno_5" name="cd_Aluno_5" value="1191097" type="hidden"></td>
            
            <td id="colunaNotaAluno_1191097_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191097_154" id="ci_AlunoAvaliacao_1191097_154" value="91040156" type="hidden">
                <input name="nr_Nota_1191097_154" id="nr_Nota_1191097_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191097_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191097_160" id="ci_AlunoAvaliacao_1191097_160" value="89732988" type="hidden">
                <input name="nr_Nota_1191097_160" id="nr_Nota_1191097_160" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191097_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191097_530" id="ci_AlunoAvaliacao_1191097_530" value="101749957" type="hidden">
                <input name="nr_Nota_1191097_530" id="nr_Nota_1191097_530" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191097_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191097_780" id="ci_AlunoAvaliacao_1191097_780" value="90032334" type="hidden">
                <input name="nr_Nota_1191097_780" id="nr_Nota_1191097_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191097_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191097_800" id="ci_AlunoAvaliacao_1191097_800" value="91039096" type="hidden">
                <input name="nr_Nota_1191097_800" id="nr_Nota_1191097_800" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191097_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191097_890" id="ci_AlunoAvaliacao_1191097_890" value="102701711" type="hidden">
                <input name="nr_Nota_1191097_890" id="nr_Nota_1191097_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191097_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191097_970" id="ci_AlunoAvaliacao_1191097_970" value="90032742" type="hidden">
                <input name="nr_Nota_1191097_970" id="nr_Nota_1191097_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191097_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191097_3330" id="ci_AlunoAvaliacao_1191097_3330" value="90035802" type="hidden">
                <input name="nr_Nota_1191097_3330" id="nr_Nota_1191097_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191097_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191097_1130" id="ci_AlunoAvaliacao_1191097_1130" value="89729451" type="hidden">
                <input name="nr_Nota_1191097_1130" id="nr_Nota_1191097_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191097_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191097_1140" id="ci_AlunoAvaliacao_1191097_1140" value="90033636" type="hidden">
                <input name="nr_Nota_1191097_1140" id="nr_Nota_1191097_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191097_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191097_1200" id="ci_AlunoAvaliacao_1191097_1200" value="89732568" type="hidden">
                <input name="nr_Nota_1191097_1200" id="nr_Nota_1191097_1200" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191097_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191097_1620" id="ci_AlunoAvaliacao_1191097_1620" value="90034431" type="hidden">
                <input name="nr_Nota_1191097_1620" id="nr_Nota_1191097_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191097_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191097_1730" id="ci_AlunoAvaliacao_1191097_1730" value="90035393" type="hidden">
                <input name="nr_Nota_1191097_1730" id="nr_Nota_1191097_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1657255&nbsp;CAMILA MARQUES DA SILVA
              <input id="cd_Aluno_6" name="cd_Aluno_6" value="1657255" type="hidden"></td>
            
            <td id="colunaNotaAluno_1657255_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657255_154" id="ci_AlunoAvaliacao_1657255_154" value="91040157" type="hidden">
                <input name="nr_Nota_1657255_154" id="nr_Nota_1657255_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657255_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657255_160" id="ci_AlunoAvaliacao_1657255_160" value="" type="hidden">
                <input name="nr_Nota_1657255_160" id="nr_Nota_1657255_160" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657255_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657255_530" id="ci_AlunoAvaliacao_1657255_530" value="101749958" type="hidden">
                <input name="nr_Nota_1657255_530" id="nr_Nota_1657255_530" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657255_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657255_780" id="ci_AlunoAvaliacao_1657255_780" value="" type="hidden">
                <input name="nr_Nota_1657255_780" id="nr_Nota_1657255_780" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657255_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657255_800" id="ci_AlunoAvaliacao_1657255_800" value="91039101" type="hidden">
                <input name="nr_Nota_1657255_800" id="nr_Nota_1657255_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657255_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657255_890" id="ci_AlunoAvaliacao_1657255_890" value="" type="hidden">
                <input name="nr_Nota_1657255_890" id="nr_Nota_1657255_890" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657255_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657255_970" id="ci_AlunoAvaliacao_1657255_970" value="" type="hidden">
                <input name="nr_Nota_1657255_970" id="nr_Nota_1657255_970" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657255_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657255_3330" id="ci_AlunoAvaliacao_1657255_3330" value="" type="hidden">
                <input name="nr_Nota_1657255_3330" id="nr_Nota_1657255_3330" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657255_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657255_1130" id="ci_AlunoAvaliacao_1657255_1130" value="" type="hidden">
                <input name="nr_Nota_1657255_1130" id="nr_Nota_1657255_1130" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657255_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657255_1140" id="ci_AlunoAvaliacao_1657255_1140" value="" type="hidden">
                <input name="nr_Nota_1657255_1140" id="nr_Nota_1657255_1140" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657255_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657255_1200" id="ci_AlunoAvaliacao_1657255_1200" value="" type="hidden">
                <input name="nr_Nota_1657255_1200" id="nr_Nota_1657255_1200" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657255_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657255_1620" id="ci_AlunoAvaliacao_1657255_1620" value="" type="hidden">
                <input name="nr_Nota_1657255_1620" id="nr_Nota_1657255_1620" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657255_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657255_1730" id="ci_AlunoAvaliacao_1657255_1730" value="" type="hidden">
                <input name="nr_Nota_1657255_1730" id="nr_Nota_1657255_1730" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;416269&nbsp;CAMILA NASCIMENTO COSTA
              <input id="cd_Aluno_7" name="cd_Aluno_7" value="416269" type="hidden"></td>
            
            <td id="colunaNotaAluno_416269_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_416269_154" id="ci_AlunoAvaliacao_416269_154" value="91040151" type="hidden">
                <input name="nr_Nota_416269_154" id="nr_Nota_416269_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_416269_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_416269_160" id="ci_AlunoAvaliacao_416269_160" value="102701677" type="hidden">
                <input name="nr_Nota_416269_160" id="nr_Nota_416269_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_416269_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_416269_530" id="ci_AlunoAvaliacao_416269_530" value="101749959" type="hidden">
                <input name="nr_Nota_416269_530" id="nr_Nota_416269_530" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_416269_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_416269_780" id="ci_AlunoAvaliacao_416269_780" value="102701678" type="hidden">
                <input name="nr_Nota_416269_780" id="nr_Nota_416269_780" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_416269_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_416269_800" id="ci_AlunoAvaliacao_416269_800" value="91039092" type="hidden">
                <input name="nr_Nota_416269_800" id="nr_Nota_416269_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_416269_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_416269_890" id="ci_AlunoAvaliacao_416269_890" value="102701679" type="hidden">
                <input name="nr_Nota_416269_890" id="nr_Nota_416269_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_416269_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_416269_970" id="ci_AlunoAvaliacao_416269_970" value="102701680" type="hidden">
                <input name="nr_Nota_416269_970" id="nr_Nota_416269_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_416269_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_416269_3330" id="ci_AlunoAvaliacao_416269_3330" value="102701681" type="hidden">
                <input name="nr_Nota_416269_3330" id="nr_Nota_416269_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_416269_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_416269_1130" id="ci_AlunoAvaliacao_416269_1130" value="89729449" type="hidden">
                <input name="nr_Nota_416269_1130" id="nr_Nota_416269_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_416269_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_416269_1140" id="ci_AlunoAvaliacao_416269_1140" value="90033634" type="hidden">
                <input name="nr_Nota_416269_1140" id="nr_Nota_416269_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_416269_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_416269_1200" id="ci_AlunoAvaliacao_416269_1200" value="102701682" type="hidden">
                <input name="nr_Nota_416269_1200" id="nr_Nota_416269_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_416269_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_416269_1620" id="ci_AlunoAvaliacao_416269_1620" value="90034429" type="hidden">
                <input name="nr_Nota_416269_1620" id="nr_Nota_416269_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_416269_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_416269_1730" id="ci_AlunoAvaliacao_416269_1730" value="90035391" type="hidden">
                <input name="nr_Nota_416269_1730" id="nr_Nota_416269_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;107569&nbsp;CARLOS NATANIEL BARBOSA NUNES
              <input id="cd_Aluno_8" name="cd_Aluno_8" value="107569" type="hidden"></td>
            
            <td id="colunaNotaAluno_107569_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_107569_154" id="ci_AlunoAvaliacao_107569_154" value="91040158" type="hidden">
                <input name="nr_Nota_107569_154" id="nr_Nota_107569_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_107569_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_107569_160" id="ci_AlunoAvaliacao_107569_160" value="" type="hidden">
                <input name="nr_Nota_107569_160" id="nr_Nota_107569_160" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_107569_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_107569_530" id="ci_AlunoAvaliacao_107569_530" value="101749960" type="hidden">
                <input name="nr_Nota_107569_530" id="nr_Nota_107569_530" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_107569_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_107569_780" id="ci_AlunoAvaliacao_107569_780" value="" type="hidden">
                <input name="nr_Nota_107569_780" id="nr_Nota_107569_780" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_107569_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_107569_800" id="ci_AlunoAvaliacao_107569_800" value="91039103" type="hidden">
                <input name="nr_Nota_107569_800" id="nr_Nota_107569_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_107569_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_107569_890" id="ci_AlunoAvaliacao_107569_890" value="" type="hidden">
                <input name="nr_Nota_107569_890" id="nr_Nota_107569_890" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_107569_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_107569_970" id="ci_AlunoAvaliacao_107569_970" value="" type="hidden">
                <input name="nr_Nota_107569_970" id="nr_Nota_107569_970" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_107569_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_107569_3330" id="ci_AlunoAvaliacao_107569_3330" value="" type="hidden">
                <input name="nr_Nota_107569_3330" id="nr_Nota_107569_3330" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_107569_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_107569_1130" id="ci_AlunoAvaliacao_107569_1130" value="" type="hidden">
                <input name="nr_Nota_107569_1130" id="nr_Nota_107569_1130" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_107569_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_107569_1140" id="ci_AlunoAvaliacao_107569_1140" value="" type="hidden">
                <input name="nr_Nota_107569_1140" id="nr_Nota_107569_1140" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_107569_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_107569_1200" id="ci_AlunoAvaliacao_107569_1200" value="" type="hidden">
                <input name="nr_Nota_107569_1200" id="nr_Nota_107569_1200" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_107569_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_107569_1620" id="ci_AlunoAvaliacao_107569_1620" value="" type="hidden">
                <input name="nr_Nota_107569_1620" id="nr_Nota_107569_1620" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_107569_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_107569_1730" id="ci_AlunoAvaliacao_107569_1730" value="" type="hidden">
                <input name="nr_Nota_107569_1730" id="nr_Nota_107569_1730" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;295038&nbsp;CRISTIANE DA SILVA LIMA
              <input id="cd_Aluno_9" name="cd_Aluno_9" value="295038" type="hidden"></td>
            
            <td id="colunaNotaAluno_295038_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_295038_154" id="ci_AlunoAvaliacao_295038_154" value="91040159" type="hidden">
                <input name="nr_Nota_295038_154" id="nr_Nota_295038_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_295038_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_295038_160" id="ci_AlunoAvaliacao_295038_160" value="89732989" type="hidden">
                <input name="nr_Nota_295038_160" id="nr_Nota_295038_160" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_295038_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_295038_530" id="ci_AlunoAvaliacao_295038_530" value="101749961" type="hidden">
                <input name="nr_Nota_295038_530" id="nr_Nota_295038_530" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_295038_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_295038_780" id="ci_AlunoAvaliacao_295038_780" value="102701228" type="hidden">
                <input name="nr_Nota_295038_780" id="nr_Nota_295038_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_295038_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_295038_800" id="ci_AlunoAvaliacao_295038_800" value="91039104" type="hidden">
                <input name="nr_Nota_295038_800" id="nr_Nota_295038_800" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_295038_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_295038_890" id="ci_AlunoAvaliacao_295038_890" value="89732367" type="hidden">
                <input name="nr_Nota_295038_890" id="nr_Nota_295038_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_295038_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_295038_970" id="ci_AlunoAvaliacao_295038_970" value="102701229" type="hidden">
                <input name="nr_Nota_295038_970" id="nr_Nota_295038_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_295038_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_295038_3330" id="ci_AlunoAvaliacao_295038_3330" value="90035803" type="hidden">
                <input name="nr_Nota_295038_3330" id="nr_Nota_295038_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_295038_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_295038_1130" id="ci_AlunoAvaliacao_295038_1130" value="89729452" type="hidden">
                <input name="nr_Nota_295038_1130" id="nr_Nota_295038_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_295038_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_295038_1140" id="ci_AlunoAvaliacao_295038_1140" value="90033637" type="hidden">
                <input name="nr_Nota_295038_1140" id="nr_Nota_295038_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_295038_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_295038_1200" id="ci_AlunoAvaliacao_295038_1200" value="89732569" type="hidden">
                <input name="nr_Nota_295038_1200" id="nr_Nota_295038_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_295038_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_295038_1620" id="ci_AlunoAvaliacao_295038_1620" value="90034432" type="hidden">
                <input name="nr_Nota_295038_1620" id="nr_Nota_295038_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_295038_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_295038_1730" id="ci_AlunoAvaliacao_295038_1730" value="90035394" type="hidden">
                <input name="nr_Nota_295038_1730" id="nr_Nota_295038_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;593015&nbsp;CRISTIANE OLIVEIRA DA COSTA
              <input id="cd_Aluno_10" name="cd_Aluno_10" value="593015" type="hidden"></td>
            
            <td id="colunaNotaAluno_593015_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_593015_154" id="ci_AlunoAvaliacao_593015_154" value="91040160" type="hidden">
                <input name="nr_Nota_593015_154" id="nr_Nota_593015_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_593015_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_593015_160" id="ci_AlunoAvaliacao_593015_160" value="" type="hidden">
                <input name="nr_Nota_593015_160" id="nr_Nota_593015_160" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_593015_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_593015_530" id="ci_AlunoAvaliacao_593015_530" value="101749962" type="hidden">
                <input name="nr_Nota_593015_530" id="nr_Nota_593015_530" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_593015_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_593015_780" id="ci_AlunoAvaliacao_593015_780" value="" type="hidden">
                <input name="nr_Nota_593015_780" id="nr_Nota_593015_780" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_593015_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_593015_800" id="ci_AlunoAvaliacao_593015_800" value="91039105" type="hidden">
                <input name="nr_Nota_593015_800" id="nr_Nota_593015_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_593015_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_593015_890" id="ci_AlunoAvaliacao_593015_890" value="" type="hidden">
                <input name="nr_Nota_593015_890" id="nr_Nota_593015_890" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_593015_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_593015_970" id="ci_AlunoAvaliacao_593015_970" value="" type="hidden">
                <input name="nr_Nota_593015_970" id="nr_Nota_593015_970" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_593015_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_593015_3330" id="ci_AlunoAvaliacao_593015_3330" value="" type="hidden">
                <input name="nr_Nota_593015_3330" id="nr_Nota_593015_3330" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_593015_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_593015_1130" id="ci_AlunoAvaliacao_593015_1130" value="" type="hidden">
                <input name="nr_Nota_593015_1130" id="nr_Nota_593015_1130" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_593015_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_593015_1140" id="ci_AlunoAvaliacao_593015_1140" value="" type="hidden">
                <input name="nr_Nota_593015_1140" id="nr_Nota_593015_1140" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_593015_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_593015_1200" id="ci_AlunoAvaliacao_593015_1200" value="" type="hidden">
                <input name="nr_Nota_593015_1200" id="nr_Nota_593015_1200" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_593015_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_593015_1620" id="ci_AlunoAvaliacao_593015_1620" value="" type="hidden">
                <input name="nr_Nota_593015_1620" id="nr_Nota_593015_1620" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_593015_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_593015_1730" id="ci_AlunoAvaliacao_593015_1730" value="" type="hidden">
                <input name="nr_Nota_593015_1730" id="nr_Nota_593015_1730" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;269846&nbsp;DAVID ANGELINO DE CASTRO
              <input id="cd_Aluno_11" name="cd_Aluno_11" value="269846" type="hidden"></td>
            
            <td id="colunaNotaAluno_269846_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269846_154" id="ci_AlunoAvaliacao_269846_154" value="91040161" type="hidden">
                <input name="nr_Nota_269846_154" id="nr_Nota_269846_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269846_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269846_160" id="ci_AlunoAvaliacao_269846_160" value="" type="hidden">
                <input name="nr_Nota_269846_160" id="nr_Nota_269846_160" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269846_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269846_530" id="ci_AlunoAvaliacao_269846_530" value="101749963" type="hidden">
                <input name="nr_Nota_269846_530" id="nr_Nota_269846_530" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269846_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269846_780" id="ci_AlunoAvaliacao_269846_780" value="" type="hidden">
                <input name="nr_Nota_269846_780" id="nr_Nota_269846_780" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269846_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269846_800" id="ci_AlunoAvaliacao_269846_800" value="91039106" type="hidden">
                <input name="nr_Nota_269846_800" id="nr_Nota_269846_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269846_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269846_890" id="ci_AlunoAvaliacao_269846_890" value="" type="hidden">
                <input name="nr_Nota_269846_890" id="nr_Nota_269846_890" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269846_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269846_970" id="ci_AlunoAvaliacao_269846_970" value="" type="hidden">
                <input name="nr_Nota_269846_970" id="nr_Nota_269846_970" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269846_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269846_3330" id="ci_AlunoAvaliacao_269846_3330" value="" type="hidden">
                <input name="nr_Nota_269846_3330" id="nr_Nota_269846_3330" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269846_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269846_1130" id="ci_AlunoAvaliacao_269846_1130" value="" type="hidden">
                <input name="nr_Nota_269846_1130" id="nr_Nota_269846_1130" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269846_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269846_1140" id="ci_AlunoAvaliacao_269846_1140" value="90033638" type="hidden">
                <input name="nr_Nota_269846_1140" id="nr_Nota_269846_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269846_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269846_1200" id="ci_AlunoAvaliacao_269846_1200" value="" type="hidden">
                <input name="nr_Nota_269846_1200" id="nr_Nota_269846_1200" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269846_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269846_1620" id="ci_AlunoAvaliacao_269846_1620" value="" type="hidden">
                <input name="nr_Nota_269846_1620" id="nr_Nota_269846_1620" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269846_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269846_1730" id="ci_AlunoAvaliacao_269846_1730" value="" type="hidden">
                <input name="nr_Nota_269846_1730" id="nr_Nota_269846_1730" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;928840&nbsp;EDERVALDO CANDIDO BEZERRA
              <input id="cd_Aluno_12" name="cd_Aluno_12" value="928840" type="hidden"></td>
            
            <td id="colunaNotaAluno_928840_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_928840_154" id="ci_AlunoAvaliacao_928840_154" value="91040162" type="hidden">
                <input name="nr_Nota_928840_154" id="nr_Nota_928840_154" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_928840_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_928840_160" id="ci_AlunoAvaliacao_928840_160" value="89732990" type="hidden">
                <input name="nr_Nota_928840_160" id="nr_Nota_928840_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_928840_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_928840_530" id="ci_AlunoAvaliacao_928840_530" value="101749964" type="hidden">
                <input name="nr_Nota_928840_530" id="nr_Nota_928840_530" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_928840_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_928840_780" id="ci_AlunoAvaliacao_928840_780" value="90032335" type="hidden">
                <input name="nr_Nota_928840_780" id="nr_Nota_928840_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_928840_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_928840_800" id="ci_AlunoAvaliacao_928840_800" value="91039107" type="hidden">
                <input name="nr_Nota_928840_800" id="nr_Nota_928840_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_928840_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_928840_890" id="ci_AlunoAvaliacao_928840_890" value="89732368" type="hidden">
                <input name="nr_Nota_928840_890" id="nr_Nota_928840_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_928840_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_928840_970" id="ci_AlunoAvaliacao_928840_970" value="90032745" type="hidden">
                <input name="nr_Nota_928840_970" id="nr_Nota_928840_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_928840_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_928840_3330" id="ci_AlunoAvaliacao_928840_3330" value="90035804" type="hidden">
                <input name="nr_Nota_928840_3330" id="nr_Nota_928840_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_928840_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_928840_1130" id="ci_AlunoAvaliacao_928840_1130" value="89729453" type="hidden">
                <input name="nr_Nota_928840_1130" id="nr_Nota_928840_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_928840_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_928840_1140" id="ci_AlunoAvaliacao_928840_1140" value="102701262" type="hidden">
                <input name="nr_Nota_928840_1140" id="nr_Nota_928840_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_928840_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_928840_1200" id="ci_AlunoAvaliacao_928840_1200" value="101741373" type="hidden">
                <input name="nr_Nota_928840_1200" id="nr_Nota_928840_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_928840_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_928840_1620" id="ci_AlunoAvaliacao_928840_1620" value="90034433" type="hidden">
                <input name="nr_Nota_928840_1620" id="nr_Nota_928840_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_928840_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_928840_1730" id="ci_AlunoAvaliacao_928840_1730" value="90035395" type="hidden">
                <input name="nr_Nota_928840_1730" id="nr_Nota_928840_1730" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1228738&nbsp;ERIC LIMA DA SILVA
              <input id="cd_Aluno_13" name="cd_Aluno_13" value="1228738" type="hidden"></td>
            
            <td id="colunaNotaAluno_1228738_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228738_154" id="ci_AlunoAvaliacao_1228738_154" value="91040165" type="hidden">
                <input name="nr_Nota_1228738_154" id="nr_Nota_1228738_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228738_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228738_160" id="ci_AlunoAvaliacao_1228738_160" value="" type="hidden">
                <input name="nr_Nota_1228738_160" id="nr_Nota_1228738_160" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228738_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228738_530" id="ci_AlunoAvaliacao_1228738_530" value="101749966" type="hidden">
                <input name="nr_Nota_1228738_530" id="nr_Nota_1228738_530" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228738_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228738_780" id="ci_AlunoAvaliacao_1228738_780" value="" type="hidden">
                <input name="nr_Nota_1228738_780" id="nr_Nota_1228738_780" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228738_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228738_800" id="ci_AlunoAvaliacao_1228738_800" value="91039109" type="hidden">
                <input name="nr_Nota_1228738_800" id="nr_Nota_1228738_800" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228738_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228738_890" id="ci_AlunoAvaliacao_1228738_890" value="89732369" type="hidden">
                <input name="nr_Nota_1228738_890" id="nr_Nota_1228738_890" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228738_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228738_970" id="ci_AlunoAvaliacao_1228738_970" value="" type="hidden">
                <input name="nr_Nota_1228738_970" id="nr_Nota_1228738_970" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228738_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228738_3330" id="ci_AlunoAvaliacao_1228738_3330" value="90035805" type="hidden">
                <input name="nr_Nota_1228738_3330" id="nr_Nota_1228738_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228738_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228738_1130" id="ci_AlunoAvaliacao_1228738_1130" value="89729454" type="hidden">
                <input name="nr_Nota_1228738_1130" id="nr_Nota_1228738_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228738_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228738_1140" id="ci_AlunoAvaliacao_1228738_1140" value="90033639" type="hidden">
                <input name="nr_Nota_1228738_1140" id="nr_Nota_1228738_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228738_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228738_1200" id="ci_AlunoAvaliacao_1228738_1200" value="89732570" type="hidden">
                <input name="nr_Nota_1228738_1200" id="nr_Nota_1228738_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228738_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228738_1620" id="ci_AlunoAvaliacao_1228738_1620" value="90034434" type="hidden">
                <input name="nr_Nota_1228738_1620" id="nr_Nota_1228738_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228738_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228738_1730" id="ci_AlunoAvaliacao_1228738_1730" value="90035396" type="hidden">
                <input name="nr_Nota_1228738_1730" id="nr_Nota_1228738_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;304990&nbsp;FELIPE ARAUJO PAES
              <input id="cd_Aluno_14" name="cd_Aluno_14" value="304990" type="hidden"></td>
            
            <td id="colunaNotaAluno_304990_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_304990_154" id="ci_AlunoAvaliacao_304990_154" value="91040166" type="hidden">
                <input name="nr_Nota_304990_154" id="nr_Nota_304990_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_304990_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_304990_160" id="ci_AlunoAvaliacao_304990_160" value="" type="hidden">
                <input name="nr_Nota_304990_160" id="nr_Nota_304990_160" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_304990_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_304990_530" id="ci_AlunoAvaliacao_304990_530" value="101749967" type="hidden">
                <input name="nr_Nota_304990_530" id="nr_Nota_304990_530" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_304990_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_304990_780" id="ci_AlunoAvaliacao_304990_780" value="" type="hidden">
                <input name="nr_Nota_304990_780" id="nr_Nota_304990_780" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_304990_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_304990_800" id="ci_AlunoAvaliacao_304990_800" value="91039110" type="hidden">
                <input name="nr_Nota_304990_800" id="nr_Nota_304990_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_304990_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_304990_890" id="ci_AlunoAvaliacao_304990_890" value="" type="hidden">
                <input name="nr_Nota_304990_890" id="nr_Nota_304990_890" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_304990_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_304990_970" id="ci_AlunoAvaliacao_304990_970" value="" type="hidden">
                <input name="nr_Nota_304990_970" id="nr_Nota_304990_970" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_304990_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_304990_3330" id="ci_AlunoAvaliacao_304990_3330" value="" type="hidden">
                <input name="nr_Nota_304990_3330" id="nr_Nota_304990_3330" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_304990_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_304990_1130" id="ci_AlunoAvaliacao_304990_1130" value="" type="hidden">
                <input name="nr_Nota_304990_1130" id="nr_Nota_304990_1130" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_304990_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_304990_1140" id="ci_AlunoAvaliacao_304990_1140" value="" type="hidden">
                <input name="nr_Nota_304990_1140" id="nr_Nota_304990_1140" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_304990_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_304990_1200" id="ci_AlunoAvaliacao_304990_1200" value="" type="hidden">
                <input name="nr_Nota_304990_1200" id="nr_Nota_304990_1200" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_304990_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_304990_1620" id="ci_AlunoAvaliacao_304990_1620" value="90034435" type="hidden">
                <input name="nr_Nota_304990_1620" id="nr_Nota_304990_1620" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_304990_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_304990_1730" id="ci_AlunoAvaliacao_304990_1730" value="90035397" type="hidden">
                <input name="nr_Nota_304990_1730" id="nr_Nota_304990_1730" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;113969&nbsp;FRANCISCO BRUNO ALVES DOS SANTOS
              <input id="cd_Aluno_15" name="cd_Aluno_15" value="113969" type="hidden"></td>
            
            <td id="colunaNotaAluno_113969_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113969_154" id="ci_AlunoAvaliacao_113969_154" value="91040167" type="hidden">
                <input name="nr_Nota_113969_154" id="nr_Nota_113969_154" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113969_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113969_160" id="ci_AlunoAvaliacao_113969_160" value="89732991" type="hidden">
                <input name="nr_Nota_113969_160" id="nr_Nota_113969_160" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113969_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113969_530" id="ci_AlunoAvaliacao_113969_530" value="101749968" type="hidden">
                <input name="nr_Nota_113969_530" id="nr_Nota_113969_530" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113969_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113969_780" id="ci_AlunoAvaliacao_113969_780" value="90032336" type="hidden">
                <input name="nr_Nota_113969_780" id="nr_Nota_113969_780" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113969_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113969_800" id="ci_AlunoAvaliacao_113969_800" value="91039111" type="hidden">
                <input name="nr_Nota_113969_800" id="nr_Nota_113969_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113969_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113969_890" id="ci_AlunoAvaliacao_113969_890" value="" type="hidden">
                <input name="nr_Nota_113969_890" id="nr_Nota_113969_890" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113969_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113969_970" id="ci_AlunoAvaliacao_113969_970" value="90032746" type="hidden">
                <input name="nr_Nota_113969_970" id="nr_Nota_113969_970" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113969_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113969_3330" id="ci_AlunoAvaliacao_113969_3330" value="90035806" type="hidden">
                <input name="nr_Nota_113969_3330" id="nr_Nota_113969_3330" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113969_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113969_1130" id="ci_AlunoAvaliacao_113969_1130" value="89729455" type="hidden">
                <input name="nr_Nota_113969_1130" id="nr_Nota_113969_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113969_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113969_1140" id="ci_AlunoAvaliacao_113969_1140" value="90033640" type="hidden">
                <input name="nr_Nota_113969_1140" id="nr_Nota_113969_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113969_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113969_1200" id="ci_AlunoAvaliacao_113969_1200" value="" type="hidden">
                <input name="nr_Nota_113969_1200" id="nr_Nota_113969_1200" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113969_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113969_1620" id="ci_AlunoAvaliacao_113969_1620" value="90034436" type="hidden">
                <input name="nr_Nota_113969_1620" id="nr_Nota_113969_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113969_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113969_1730" id="ci_AlunoAvaliacao_113969_1730" value="90035398" type="hidden">
                <input name="nr_Nota_113969_1730" id="nr_Nota_113969_1730" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;126908&nbsp;FRANCISCO CLAUDECIR SOARES OLIVEIRA
              <input id="cd_Aluno_16" name="cd_Aluno_16" value="126908" type="hidden"></td>
            
            <td id="colunaNotaAluno_126908_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_126908_154" id="ci_AlunoAvaliacao_126908_154" value="91040168" type="hidden">
                <input name="nr_Nota_126908_154" id="nr_Nota_126908_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_126908_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_126908_160" id="ci_AlunoAvaliacao_126908_160" value="" type="hidden">
                <input name="nr_Nota_126908_160" id="nr_Nota_126908_160" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_126908_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_126908_530" id="ci_AlunoAvaliacao_126908_530" value="101749969" type="hidden">
                <input name="nr_Nota_126908_530" id="nr_Nota_126908_530" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_126908_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_126908_780" id="ci_AlunoAvaliacao_126908_780" value="" type="hidden">
                <input name="nr_Nota_126908_780" id="nr_Nota_126908_780" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_126908_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_126908_800" id="ci_AlunoAvaliacao_126908_800" value="91039112" type="hidden">
                <input name="nr_Nota_126908_800" id="nr_Nota_126908_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_126908_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_126908_890" id="ci_AlunoAvaliacao_126908_890" value="" type="hidden">
                <input name="nr_Nota_126908_890" id="nr_Nota_126908_890" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_126908_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_126908_970" id="ci_AlunoAvaliacao_126908_970" value="" type="hidden">
                <input name="nr_Nota_126908_970" id="nr_Nota_126908_970" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_126908_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_126908_3330" id="ci_AlunoAvaliacao_126908_3330" value="" type="hidden">
                <input name="nr_Nota_126908_3330" id="nr_Nota_126908_3330" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_126908_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_126908_1130" id="ci_AlunoAvaliacao_126908_1130" value="" type="hidden">
                <input name="nr_Nota_126908_1130" id="nr_Nota_126908_1130" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_126908_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_126908_1140" id="ci_AlunoAvaliacao_126908_1140" value="" type="hidden">
                <input name="nr_Nota_126908_1140" id="nr_Nota_126908_1140" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_126908_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_126908_1200" id="ci_AlunoAvaliacao_126908_1200" value="" type="hidden">
                <input name="nr_Nota_126908_1200" id="nr_Nota_126908_1200" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_126908_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_126908_1620" id="ci_AlunoAvaliacao_126908_1620" value="" type="hidden">
                <input name="nr_Nota_126908_1620" id="nr_Nota_126908_1620" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_126908_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_126908_1730" id="ci_AlunoAvaliacao_126908_1730" value="" type="hidden">
                <input name="nr_Nota_126908_1730" id="nr_Nota_126908_1730" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;903294&nbsp;FRANCISCO DAILTON DA SILVA MARREIRA
              <input id="cd_Aluno_17" name="cd_Aluno_17" value="903294" type="hidden"></td>
            
            <td id="colunaNotaAluno_903294_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903294_154" id="ci_AlunoAvaliacao_903294_154" value="91040169" type="hidden">
                <input name="nr_Nota_903294_154" id="nr_Nota_903294_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903294_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903294_160" id="ci_AlunoAvaliacao_903294_160" value="89732992" type="hidden">
                <input name="nr_Nota_903294_160" id="nr_Nota_903294_160" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903294_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903294_530" id="ci_AlunoAvaliacao_903294_530" value="101749970" type="hidden">
                <input name="nr_Nota_903294_530" id="nr_Nota_903294_530" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903294_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903294_780" id="ci_AlunoAvaliacao_903294_780" value="90032338" type="hidden">
                <input name="nr_Nota_903294_780" id="nr_Nota_903294_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903294_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903294_800" id="ci_AlunoAvaliacao_903294_800" value="91039113" type="hidden">
                <input name="nr_Nota_903294_800" id="nr_Nota_903294_800" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903294_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903294_890" id="ci_AlunoAvaliacao_903294_890" value="89732370" type="hidden">
                <input name="nr_Nota_903294_890" id="nr_Nota_903294_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903294_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903294_970" id="ci_AlunoAvaliacao_903294_970" value="90032748" type="hidden">
                <input name="nr_Nota_903294_970" id="nr_Nota_903294_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903294_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903294_3330" id="ci_AlunoAvaliacao_903294_3330" value="90035807" type="hidden">
                <input name="nr_Nota_903294_3330" id="nr_Nota_903294_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903294_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903294_1130" id="ci_AlunoAvaliacao_903294_1130" value="89729456" type="hidden">
                <input name="nr_Nota_903294_1130" id="nr_Nota_903294_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903294_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903294_1140" id="ci_AlunoAvaliacao_903294_1140" value="90033641" type="hidden">
                <input name="nr_Nota_903294_1140" id="nr_Nota_903294_1140" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903294_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903294_1200" id="ci_AlunoAvaliacao_903294_1200" value="89732571" type="hidden">
                <input name="nr_Nota_903294_1200" id="nr_Nota_903294_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903294_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903294_1620" id="ci_AlunoAvaliacao_903294_1620" value="90034437" type="hidden">
                <input name="nr_Nota_903294_1620" id="nr_Nota_903294_1620" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903294_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903294_1730" id="ci_AlunoAvaliacao_903294_1730" value="90035399" type="hidden">
                <input name="nr_Nota_903294_1730" id="nr_Nota_903294_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;488583&nbsp;FRANCISCO VANDERLAN MARTINS FILHO
              <input id="cd_Aluno_18" name="cd_Aluno_18" value="488583" type="hidden"></td>
            
            <td id="colunaNotaAluno_488583_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_488583_154" id="ci_AlunoAvaliacao_488583_154" value="91040170" type="hidden">
                <input name="nr_Nota_488583_154" id="nr_Nota_488583_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_488583_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_488583_160" id="ci_AlunoAvaliacao_488583_160" value="" type="hidden">
                <input name="nr_Nota_488583_160" id="nr_Nota_488583_160" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_488583_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_488583_530" id="ci_AlunoAvaliacao_488583_530" value="101749971" type="hidden">
                <input name="nr_Nota_488583_530" id="nr_Nota_488583_530" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_488583_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_488583_780" id="ci_AlunoAvaliacao_488583_780" value="" type="hidden">
                <input name="nr_Nota_488583_780" id="nr_Nota_488583_780" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_488583_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_488583_800" id="ci_AlunoAvaliacao_488583_800" value="91039114" type="hidden">
                <input name="nr_Nota_488583_800" id="nr_Nota_488583_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_488583_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_488583_890" id="ci_AlunoAvaliacao_488583_890" value="" type="hidden">
                <input name="nr_Nota_488583_890" id="nr_Nota_488583_890" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_488583_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_488583_970" id="ci_AlunoAvaliacao_488583_970" value="" type="hidden">
                <input name="nr_Nota_488583_970" id="nr_Nota_488583_970" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_488583_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_488583_3330" id="ci_AlunoAvaliacao_488583_3330" value="" type="hidden">
                <input name="nr_Nota_488583_3330" id="nr_Nota_488583_3330" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_488583_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_488583_1130" id="ci_AlunoAvaliacao_488583_1130" value="" type="hidden">
                <input name="nr_Nota_488583_1130" id="nr_Nota_488583_1130" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_488583_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_488583_1140" id="ci_AlunoAvaliacao_488583_1140" value="" type="hidden">
                <input name="nr_Nota_488583_1140" id="nr_Nota_488583_1140" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_488583_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_488583_1200" id="ci_AlunoAvaliacao_488583_1200" value="" type="hidden">
                <input name="nr_Nota_488583_1200" id="nr_Nota_488583_1200" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_488583_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_488583_1620" id="ci_AlunoAvaliacao_488583_1620" value="" type="hidden">
                <input name="nr_Nota_488583_1620" id="nr_Nota_488583_1620" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_488583_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_488583_1730" id="ci_AlunoAvaliacao_488583_1730" value="" type="hidden">
                <input name="nr_Nota_488583_1730" id="nr_Nota_488583_1730" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;170206&nbsp;GUSTAVO HERBSTER DUARTE DE LIMA
              <input id="cd_Aluno_19" name="cd_Aluno_19" value="170206" type="hidden"></td>
            
            <td id="colunaNotaAluno_170206_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170206_154" id="ci_AlunoAvaliacao_170206_154" value="91040171" type="hidden">
                <input name="nr_Nota_170206_154" id="nr_Nota_170206_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170206_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170206_160" id="ci_AlunoAvaliacao_170206_160" value="89732993" type="hidden">
                <input name="nr_Nota_170206_160" id="nr_Nota_170206_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170206_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170206_530" id="ci_AlunoAvaliacao_170206_530" value="101749972" type="hidden">
                <input name="nr_Nota_170206_530" id="nr_Nota_170206_530" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170206_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170206_780" id="ci_AlunoAvaliacao_170206_780" value="90032339" type="hidden">
                <input name="nr_Nota_170206_780" id="nr_Nota_170206_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170206_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170206_800" id="ci_AlunoAvaliacao_170206_800" value="91039115" type="hidden">
                <input name="nr_Nota_170206_800" id="nr_Nota_170206_800" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170206_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170206_890" id="ci_AlunoAvaliacao_170206_890" value="89732371" type="hidden">
                <input name="nr_Nota_170206_890" id="nr_Nota_170206_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170206_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170206_970" id="ci_AlunoAvaliacao_170206_970" value="90032749" type="hidden">
                <input name="nr_Nota_170206_970" id="nr_Nota_170206_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170206_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170206_3330" id="ci_AlunoAvaliacao_170206_3330" value="90035808" type="hidden">
                <input name="nr_Nota_170206_3330" id="nr_Nota_170206_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170206_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170206_1130" id="ci_AlunoAvaliacao_170206_1130" value="89729457" type="hidden">
                <input name="nr_Nota_170206_1130" id="nr_Nota_170206_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170206_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170206_1140" id="ci_AlunoAvaliacao_170206_1140" value="90033642" type="hidden">
                <input name="nr_Nota_170206_1140" id="nr_Nota_170206_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170206_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170206_1200" id="ci_AlunoAvaliacao_170206_1200" value="89732572" type="hidden">
                <input name="nr_Nota_170206_1200" id="nr_Nota_170206_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170206_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170206_1620" id="ci_AlunoAvaliacao_170206_1620" value="90034438" type="hidden">
                <input name="nr_Nota_170206_1620" id="nr_Nota_170206_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170206_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170206_1730" id="ci_AlunoAvaliacao_170206_1730" value="90035400" type="hidden">
                <input name="nr_Nota_170206_1730" id="nr_Nota_170206_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;2690358&nbsp;ICARO SALMITO GONCALVES RIBEIRO
              <input id="cd_Aluno_20" name="cd_Aluno_20" value="2690358" type="hidden"></td>
            
            <td id="colunaNotaAluno_2690358_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690358_154" id="ci_AlunoAvaliacao_2690358_154" value="91040172" type="hidden">
                <input name="nr_Nota_2690358_154" id="nr_Nota_2690358_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690358_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690358_160" id="ci_AlunoAvaliacao_2690358_160" value="" type="hidden">
                <input name="nr_Nota_2690358_160" id="nr_Nota_2690358_160" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690358_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690358_530" id="ci_AlunoAvaliacao_2690358_530" value="101749973" type="hidden">
                <input name="nr_Nota_2690358_530" id="nr_Nota_2690358_530" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690358_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690358_780" id="ci_AlunoAvaliacao_2690358_780" value="" type="hidden">
                <input name="nr_Nota_2690358_780" id="nr_Nota_2690358_780" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690358_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690358_800" id="ci_AlunoAvaliacao_2690358_800" value="91039116" type="hidden">
                <input name="nr_Nota_2690358_800" id="nr_Nota_2690358_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690358_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690358_890" id="ci_AlunoAvaliacao_2690358_890" value="" type="hidden">
                <input name="nr_Nota_2690358_890" id="nr_Nota_2690358_890" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690358_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690358_970" id="ci_AlunoAvaliacao_2690358_970" value="" type="hidden">
                <input name="nr_Nota_2690358_970" id="nr_Nota_2690358_970" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690358_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690358_3330" id="ci_AlunoAvaliacao_2690358_3330" value="" type="hidden">
                <input name="nr_Nota_2690358_3330" id="nr_Nota_2690358_3330" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690358_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690358_1130" id="ci_AlunoAvaliacao_2690358_1130" value="" type="hidden">
                <input name="nr_Nota_2690358_1130" id="nr_Nota_2690358_1130" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690358_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690358_1140" id="ci_AlunoAvaliacao_2690358_1140" value="" type="hidden">
                <input name="nr_Nota_2690358_1140" id="nr_Nota_2690358_1140" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690358_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690358_1200" id="ci_AlunoAvaliacao_2690358_1200" value="" type="hidden">
                <input name="nr_Nota_2690358_1200" id="nr_Nota_2690358_1200" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690358_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690358_1620" id="ci_AlunoAvaliacao_2690358_1620" value="" type="hidden">
                <input name="nr_Nota_2690358_1620" id="nr_Nota_2690358_1620" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690358_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690358_1730" id="ci_AlunoAvaliacao_2690358_1730" value="" type="hidden">
                <input name="nr_Nota_2690358_1730" id="nr_Nota_2690358_1730" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;136245&nbsp;JANAINA SILVA DOS SANTOS
              <input id="cd_Aluno_21" name="cd_Aluno_21" value="136245" type="hidden"></td>
            
            <td id="colunaNotaAluno_136245_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136245_154" id="ci_AlunoAvaliacao_136245_154" value="91040173" type="hidden">
                <input name="nr_Nota_136245_154" id="nr_Nota_136245_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136245_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136245_160" id="ci_AlunoAvaliacao_136245_160" value="89732994" type="hidden">
                <input name="nr_Nota_136245_160" id="nr_Nota_136245_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136245_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136245_530" id="ci_AlunoAvaliacao_136245_530" value="101749974" type="hidden">
                <input name="nr_Nota_136245_530" id="nr_Nota_136245_530" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136245_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136245_780" id="ci_AlunoAvaliacao_136245_780" value="90032340" type="hidden">
                <input name="nr_Nota_136245_780" id="nr_Nota_136245_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136245_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136245_800" id="ci_AlunoAvaliacao_136245_800" value="91039117" type="hidden">
                <input name="nr_Nota_136245_800" id="nr_Nota_136245_800" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136245_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136245_890" id="ci_AlunoAvaliacao_136245_890" value="89732372" type="hidden">
                <input name="nr_Nota_136245_890" id="nr_Nota_136245_890" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136245_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136245_970" id="ci_AlunoAvaliacao_136245_970" value="90032751" type="hidden">
                <input name="nr_Nota_136245_970" id="nr_Nota_136245_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136245_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136245_3330" id="ci_AlunoAvaliacao_136245_3330" value="90035809" type="hidden">
                <input name="nr_Nota_136245_3330" id="nr_Nota_136245_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136245_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136245_1130" id="ci_AlunoAvaliacao_136245_1130" value="" type="hidden">
                <input name="nr_Nota_136245_1130" id="nr_Nota_136245_1130" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136245_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136245_1140" id="ci_AlunoAvaliacao_136245_1140" value="90033643" type="hidden">
                <input name="nr_Nota_136245_1140" id="nr_Nota_136245_1140" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136245_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136245_1200" id="ci_AlunoAvaliacao_136245_1200" value="89732573" type="hidden">
                <input name="nr_Nota_136245_1200" id="nr_Nota_136245_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136245_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136245_1620" id="ci_AlunoAvaliacao_136245_1620" value="90034439" type="hidden">
                <input name="nr_Nota_136245_1620" id="nr_Nota_136245_1620" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136245_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136245_1730" id="ci_AlunoAvaliacao_136245_1730" value="90035401" type="hidden">
                <input name="nr_Nota_136245_1730" id="nr_Nota_136245_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;331644&nbsp;JEAN DOUGLAS DE AZEVEDO COSTA
              <input id="cd_Aluno_22" name="cd_Aluno_22" value="331644" type="hidden"></td>
            
            <td id="colunaNotaAluno_331644_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_331644_154" id="ci_AlunoAvaliacao_331644_154" value="91040174" type="hidden">
                <input name="nr_Nota_331644_154" id="nr_Nota_331644_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_331644_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_331644_160" id="ci_AlunoAvaliacao_331644_160" value="89732995" type="hidden">
                <input name="nr_Nota_331644_160" id="nr_Nota_331644_160" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_331644_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_331644_530" id="ci_AlunoAvaliacao_331644_530" value="101749997" type="hidden">
                <input name="nr_Nota_331644_530" id="nr_Nota_331644_530" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_331644_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_331644_780" id="ci_AlunoAvaliacao_331644_780" value="90032342" type="hidden">
                <input name="nr_Nota_331644_780" id="nr_Nota_331644_780" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_331644_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_331644_800" id="ci_AlunoAvaliacao_331644_800" value="91039118" type="hidden">
                <input name="nr_Nota_331644_800" id="nr_Nota_331644_800" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_331644_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_331644_890" id="ci_AlunoAvaliacao_331644_890" value="89732373" type="hidden">
                <input name="nr_Nota_331644_890" id="nr_Nota_331644_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_331644_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_331644_970" id="ci_AlunoAvaliacao_331644_970" value="90032752" type="hidden">
                <input name="nr_Nota_331644_970" id="nr_Nota_331644_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_331644_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_331644_3330" id="ci_AlunoAvaliacao_331644_3330" value="90035810" type="hidden">
                <input name="nr_Nota_331644_3330" id="nr_Nota_331644_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_331644_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_331644_1130" id="ci_AlunoAvaliacao_331644_1130" value="89729458" type="hidden">
                <input name="nr_Nota_331644_1130" id="nr_Nota_331644_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_331644_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_331644_1140" id="ci_AlunoAvaliacao_331644_1140" value="90033644" type="hidden">
                <input name="nr_Nota_331644_1140" id="nr_Nota_331644_1140" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_331644_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_331644_1200" id="ci_AlunoAvaliacao_331644_1200" value="89732574" type="hidden">
                <input name="nr_Nota_331644_1200" id="nr_Nota_331644_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_331644_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_331644_1620" id="ci_AlunoAvaliacao_331644_1620" value="90034440" type="hidden">
                <input name="nr_Nota_331644_1620" id="nr_Nota_331644_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_331644_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_331644_1730" id="ci_AlunoAvaliacao_331644_1730" value="90035402" type="hidden">
                <input name="nr_Nota_331644_1730" id="nr_Nota_331644_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;880388&nbsp;JOHNATAN PEREIRA DA SILVA
              <input id="cd_Aluno_23" name="cd_Aluno_23" value="880388" type="hidden"></td>
            
            <td id="colunaNotaAluno_880388_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_880388_154" id="ci_AlunoAvaliacao_880388_154" value="91040175" type="hidden">
                <input name="nr_Nota_880388_154" id="nr_Nota_880388_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_880388_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_880388_160" id="ci_AlunoAvaliacao_880388_160" value="" type="hidden">
                <input name="nr_Nota_880388_160" id="nr_Nota_880388_160" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_880388_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_880388_530" id="ci_AlunoAvaliacao_880388_530" value="101749998" type="hidden">
                <input name="nr_Nota_880388_530" id="nr_Nota_880388_530" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_880388_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_880388_780" id="ci_AlunoAvaliacao_880388_780" value="" type="hidden">
                <input name="nr_Nota_880388_780" id="nr_Nota_880388_780" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_880388_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_880388_800" id="ci_AlunoAvaliacao_880388_800" value="91039119" type="hidden">
                <input name="nr_Nota_880388_800" id="nr_Nota_880388_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_880388_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_880388_890" id="ci_AlunoAvaliacao_880388_890" value="" type="hidden">
                <input name="nr_Nota_880388_890" id="nr_Nota_880388_890" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_880388_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_880388_970" id="ci_AlunoAvaliacao_880388_970" value="" type="hidden">
                <input name="nr_Nota_880388_970" id="nr_Nota_880388_970" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_880388_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_880388_3330" id="ci_AlunoAvaliacao_880388_3330" value="90035811" type="hidden">
                <input name="nr_Nota_880388_3330" id="nr_Nota_880388_3330" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_880388_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_880388_1130" id="ci_AlunoAvaliacao_880388_1130" value="89729459" type="hidden">
                <input name="nr_Nota_880388_1130" id="nr_Nota_880388_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_880388_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_880388_1140" id="ci_AlunoAvaliacao_880388_1140" value="90033645" type="hidden">
                <input name="nr_Nota_880388_1140" id="nr_Nota_880388_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_880388_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_880388_1200" id="ci_AlunoAvaliacao_880388_1200" value="" type="hidden">
                <input name="nr_Nota_880388_1200" id="nr_Nota_880388_1200" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_880388_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_880388_1620" id="ci_AlunoAvaliacao_880388_1620" value="90034441" type="hidden">
                <input name="nr_Nota_880388_1620" id="nr_Nota_880388_1620" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_880388_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_880388_1730" id="ci_AlunoAvaliacao_880388_1730" value="" type="hidden">
                <input name="nr_Nota_880388_1730" id="nr_Nota_880388_1730" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;930291&nbsp;LUCAS CARLOS DE OLIVEIRA SANTOS
              <input id="cd_Aluno_24" name="cd_Aluno_24" value="930291" type="hidden"></td>
            
            <td id="colunaNotaAluno_930291_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930291_154" id="ci_AlunoAvaliacao_930291_154" value="91038550" type="hidden">
                <input name="nr_Nota_930291_154" id="nr_Nota_930291_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930291_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930291_160" id="ci_AlunoAvaliacao_930291_160" value="97172754" type="hidden">
                <input name="nr_Nota_930291_160" id="nr_Nota_930291_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930291_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930291_530" id="ci_AlunoAvaliacao_930291_530" value="97173291" type="hidden">
                <input name="nr_Nota_930291_530" id="nr_Nota_930291_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930291_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930291_780" id="ci_AlunoAvaliacao_930291_780" value="97172755" type="hidden">
                <input name="nr_Nota_930291_780" id="nr_Nota_930291_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930291_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930291_800" id="ci_AlunoAvaliacao_930291_800" value="91038108" type="hidden">
                <input name="nr_Nota_930291_800" id="nr_Nota_930291_800" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930291_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930291_890" id="ci_AlunoAvaliacao_930291_890" value="97172756" type="hidden">
                <input name="nr_Nota_930291_890" id="nr_Nota_930291_890" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930291_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930291_970" id="ci_AlunoAvaliacao_930291_970" value="97172757" type="hidden">
                <input name="nr_Nota_930291_970" id="nr_Nota_930291_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930291_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930291_3330" id="ci_AlunoAvaliacao_930291_3330" value="97172758" type="hidden">
                <input name="nr_Nota_930291_3330" id="nr_Nota_930291_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930291_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930291_1130" id="ci_AlunoAvaliacao_930291_1130" value="97172759" type="hidden">
                <input name="nr_Nota_930291_1130" id="nr_Nota_930291_1130" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930291_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930291_1140" id="ci_AlunoAvaliacao_930291_1140" value="97172760" type="hidden">
                <input name="nr_Nota_930291_1140" id="nr_Nota_930291_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930291_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930291_1200" id="ci_AlunoAvaliacao_930291_1200" value="91042071" type="hidden">
                <input name="nr_Nota_930291_1200" id="nr_Nota_930291_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930291_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930291_1620" id="ci_AlunoAvaliacao_930291_1620" value="91043490" type="hidden">
                <input name="nr_Nota_930291_1620" id="nr_Nota_930291_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930291_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930291_1730" id="ci_AlunoAvaliacao_930291_1730" value="91044212" type="hidden">
                <input name="nr_Nota_930291_1730" id="nr_Nota_930291_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;477410&nbsp;KAUAM SILVA MARTINS
              <input id="cd_Aluno_25" name="cd_Aluno_25" value="477410" type="hidden"></td>
            
            <td id="colunaNotaAluno_477410_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477410_154" id="ci_AlunoAvaliacao_477410_154" value="91040177" type="hidden">
                <input name="nr_Nota_477410_154" id="nr_Nota_477410_154" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477410_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477410_160" id="ci_AlunoAvaliacao_477410_160" value="" type="hidden">
                <input name="nr_Nota_477410_160" id="nr_Nota_477410_160" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477410_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477410_530" id="ci_AlunoAvaliacao_477410_530" value="88167302" type="hidden">
                <input name="nr_Nota_477410_530" id="nr_Nota_477410_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477410_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477410_780" id="ci_AlunoAvaliacao_477410_780" value="90032345" type="hidden">
                <input name="nr_Nota_477410_780" id="nr_Nota_477410_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477410_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477410_800" id="ci_AlunoAvaliacao_477410_800" value="91039121" type="hidden">
                <input name="nr_Nota_477410_800" id="nr_Nota_477410_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477410_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477410_890" id="ci_AlunoAvaliacao_477410_890" value="" type="hidden">
                <input name="nr_Nota_477410_890" id="nr_Nota_477410_890" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477410_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477410_970" id="ci_AlunoAvaliacao_477410_970" value="85864655" type="hidden">
                <input name="nr_Nota_477410_970" id="nr_Nota_477410_970" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477410_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477410_3330" id="ci_AlunoAvaliacao_477410_3330" value="90035813" type="hidden">
                <input name="nr_Nota_477410_3330" id="nr_Nota_477410_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477410_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477410_1130" id="ci_AlunoAvaliacao_477410_1130" value="" type="hidden">
                <input name="nr_Nota_477410_1130" id="nr_Nota_477410_1130" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477410_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477410_1140" id="ci_AlunoAvaliacao_477410_1140" value="90033647" type="hidden">
                <input name="nr_Nota_477410_1140" id="nr_Nota_477410_1140" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477410_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477410_1200" id="ci_AlunoAvaliacao_477410_1200" value="" type="hidden">
                <input name="nr_Nota_477410_1200" id="nr_Nota_477410_1200" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477410_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477410_1620" id="ci_AlunoAvaliacao_477410_1620" value="90034457" type="hidden">
                <input name="nr_Nota_477410_1620" id="nr_Nota_477410_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477410_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477410_1730" id="ci_AlunoAvaliacao_477410_1730" value="90035403" type="hidden">
                <input name="nr_Nota_477410_1730" id="nr_Nota_477410_1730" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1197517&nbsp;LARYSSA INGRID ALMEIDA DA SILVA
              <input id="cd_Aluno_26" name="cd_Aluno_26" value="1197517" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197517_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197517_154" id="ci_AlunoAvaliacao_1197517_154" value="91040179" type="hidden">
                <input name="nr_Nota_1197517_154" id="nr_Nota_1197517_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197517_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197517_160" id="ci_AlunoAvaliacao_1197517_160" value="89732997" type="hidden">
                <input name="nr_Nota_1197517_160" id="nr_Nota_1197517_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197517_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197517_530" id="ci_AlunoAvaliacao_1197517_530" value="97186798" type="hidden">
                <input name="nr_Nota_1197517_530" id="nr_Nota_1197517_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197517_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197517_780" id="ci_AlunoAvaliacao_1197517_780" value="90032347" type="hidden">
                <input name="nr_Nota_1197517_780" id="nr_Nota_1197517_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197517_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197517_800" id="ci_AlunoAvaliacao_1197517_800" value="91039122" type="hidden">
                <input name="nr_Nota_1197517_800" id="nr_Nota_1197517_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197517_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197517_890" id="ci_AlunoAvaliacao_1197517_890" value="97354891" type="hidden">
                <input name="nr_Nota_1197517_890" id="nr_Nota_1197517_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197517_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197517_970" id="ci_AlunoAvaliacao_1197517_970" value="90032757" type="hidden">
                <input name="nr_Nota_1197517_970" id="nr_Nota_1197517_970" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197517_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197517_3330" id="ci_AlunoAvaliacao_1197517_3330" value="90035814" type="hidden">
                <input name="nr_Nota_1197517_3330" id="nr_Nota_1197517_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197517_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197517_1130" id="ci_AlunoAvaliacao_1197517_1130" value="89729461" type="hidden">
                <input name="nr_Nota_1197517_1130" id="nr_Nota_1197517_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197517_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197517_1140" id="ci_AlunoAvaliacao_1197517_1140" value="90033648" type="hidden">
                <input name="nr_Nota_1197517_1140" id="nr_Nota_1197517_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197517_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197517_1200" id="ci_AlunoAvaliacao_1197517_1200" value="89732576" type="hidden">
                <input name="nr_Nota_1197517_1200" id="nr_Nota_1197517_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197517_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197517_1620" id="ci_AlunoAvaliacao_1197517_1620" value="90034443" type="hidden">
                <input name="nr_Nota_1197517_1620" id="nr_Nota_1197517_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197517_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197517_1730" id="ci_AlunoAvaliacao_1197517_1730" value="90035404" type="hidden">
                <input name="nr_Nota_1197517_1730" id="nr_Nota_1197517_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;135054&nbsp;LUIS SILVA CAVALCANTE
              <input id="cd_Aluno_27" name="cd_Aluno_27" value="135054" type="hidden"></td>
            
            <td id="colunaNotaAluno_135054_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135054_154" id="ci_AlunoAvaliacao_135054_154" value="91040180" type="hidden">
                <input name="nr_Nota_135054_154" id="nr_Nota_135054_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135054_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135054_160" id="ci_AlunoAvaliacao_135054_160" value="" type="hidden">
                <input name="nr_Nota_135054_160" id="nr_Nota_135054_160" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135054_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135054_530" id="ci_AlunoAvaliacao_135054_530" value="101749975" type="hidden">
                <input name="nr_Nota_135054_530" id="nr_Nota_135054_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135054_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135054_780" id="ci_AlunoAvaliacao_135054_780" value="" type="hidden">
                <input name="nr_Nota_135054_780" id="nr_Nota_135054_780" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135054_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135054_800" id="ci_AlunoAvaliacao_135054_800" value="91039123" type="hidden">
                <input name="nr_Nota_135054_800" id="nr_Nota_135054_800" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135054_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135054_890" id="ci_AlunoAvaliacao_135054_890" value="" type="hidden">
                <input name="nr_Nota_135054_890" id="nr_Nota_135054_890" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135054_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135054_970" id="ci_AlunoAvaliacao_135054_970" value="" type="hidden">
                <input name="nr_Nota_135054_970" id="nr_Nota_135054_970" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135054_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135054_3330" id="ci_AlunoAvaliacao_135054_3330" value="90035815" type="hidden">
                <input name="nr_Nota_135054_3330" id="nr_Nota_135054_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135054_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135054_1130" id="ci_AlunoAvaliacao_135054_1130" value="89729462" type="hidden">
                <input name="nr_Nota_135054_1130" id="nr_Nota_135054_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135054_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135054_1140" id="ci_AlunoAvaliacao_135054_1140" value="90033649" type="hidden">
                <input name="nr_Nota_135054_1140" id="nr_Nota_135054_1140" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135054_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135054_1200" id="ci_AlunoAvaliacao_135054_1200" value="" type="hidden">
                <input name="nr_Nota_135054_1200" id="nr_Nota_135054_1200" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135054_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135054_1620" id="ci_AlunoAvaliacao_135054_1620" value="90034444" type="hidden">
                <input name="nr_Nota_135054_1620" id="nr_Nota_135054_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135054_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135054_1730" id="ci_AlunoAvaliacao_135054_1730" value="90035405" type="hidden">
                <input name="nr_Nota_135054_1730" id="nr_Nota_135054_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1020898&nbsp;MACARIO CARLOS GOMES
              <input id="cd_Aluno_28" name="cd_Aluno_28" value="1020898" type="hidden"></td>
            
            <td id="colunaNotaAluno_1020898_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1020898_154" id="ci_AlunoAvaliacao_1020898_154" value="91040181" type="hidden">
                <input name="nr_Nota_1020898_154" id="nr_Nota_1020898_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1020898_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1020898_160" id="ci_AlunoAvaliacao_1020898_160" value="89732998" type="hidden">
                <input name="nr_Nota_1020898_160" id="nr_Nota_1020898_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1020898_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1020898_530" id="ci_AlunoAvaliacao_1020898_530" value="101749976" type="hidden">
                <input name="nr_Nota_1020898_530" id="nr_Nota_1020898_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1020898_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1020898_780" id="ci_AlunoAvaliacao_1020898_780" value="90032349" type="hidden">
                <input name="nr_Nota_1020898_780" id="nr_Nota_1020898_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1020898_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1020898_800" id="ci_AlunoAvaliacao_1020898_800" value="91039124" type="hidden">
                <input name="nr_Nota_1020898_800" id="nr_Nota_1020898_800" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1020898_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1020898_890" id="ci_AlunoAvaliacao_1020898_890" value="89732375" type="hidden">
                <input name="nr_Nota_1020898_890" id="nr_Nota_1020898_890" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1020898_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1020898_970" id="ci_AlunoAvaliacao_1020898_970" value="90032758" type="hidden">
                <input name="nr_Nota_1020898_970" id="nr_Nota_1020898_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1020898_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1020898_3330" id="ci_AlunoAvaliacao_1020898_3330" value="90035816" type="hidden">
                <input name="nr_Nota_1020898_3330" id="nr_Nota_1020898_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1020898_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1020898_1130" id="ci_AlunoAvaliacao_1020898_1130" value="89729463" type="hidden">
                <input name="nr_Nota_1020898_1130" id="nr_Nota_1020898_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1020898_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1020898_1140" id="ci_AlunoAvaliacao_1020898_1140" value="90033650" type="hidden">
                <input name="nr_Nota_1020898_1140" id="nr_Nota_1020898_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1020898_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1020898_1200" id="ci_AlunoAvaliacao_1020898_1200" value="102701345" type="hidden">
                <input name="nr_Nota_1020898_1200" id="nr_Nota_1020898_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1020898_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1020898_1620" id="ci_AlunoAvaliacao_1020898_1620" value="90034445" type="hidden">
                <input name="nr_Nota_1020898_1620" id="nr_Nota_1020898_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1020898_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1020898_1730" id="ci_AlunoAvaliacao_1020898_1730" value="102701346" type="hidden">
                <input name="nr_Nota_1020898_1730" id="nr_Nota_1020898_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;797872&nbsp;MARIA DANIELE ALVES ROCHA
              <input id="cd_Aluno_29" name="cd_Aluno_29" value="797872" type="hidden"></td>
            
            <td id="colunaNotaAluno_797872_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_797872_154" id="ci_AlunoAvaliacao_797872_154" value="91040183" type="hidden">
                <input name="nr_Nota_797872_154" id="nr_Nota_797872_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_797872_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_797872_160" id="ci_AlunoAvaliacao_797872_160" value="89732999" type="hidden">
                <input name="nr_Nota_797872_160" id="nr_Nota_797872_160" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_797872_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_797872_530" id="ci_AlunoAvaliacao_797872_530" value="101749977" type="hidden">
                <input name="nr_Nota_797872_530" id="nr_Nota_797872_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_797872_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_797872_780" id="ci_AlunoAvaliacao_797872_780" value="" type="hidden">
                <input name="nr_Nota_797872_780" id="nr_Nota_797872_780" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_797872_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_797872_800" id="ci_AlunoAvaliacao_797872_800" value="91039125" type="hidden">
                <input name="nr_Nota_797872_800" id="nr_Nota_797872_800" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_797872_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_797872_890" id="ci_AlunoAvaliacao_797872_890" value="" type="hidden">
                <input name="nr_Nota_797872_890" id="nr_Nota_797872_890" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_797872_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_797872_970" id="ci_AlunoAvaliacao_797872_970" value="" type="hidden">
                <input name="nr_Nota_797872_970" id="nr_Nota_797872_970" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_797872_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_797872_3330" id="ci_AlunoAvaliacao_797872_3330" value="90035817" type="hidden">
                <input name="nr_Nota_797872_3330" id="nr_Nota_797872_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_797872_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_797872_1130" id="ci_AlunoAvaliacao_797872_1130" value="89729464" type="hidden">
                <input name="nr_Nota_797872_1130" id="nr_Nota_797872_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_797872_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_797872_1140" id="ci_AlunoAvaliacao_797872_1140" value="90033651" type="hidden">
                <input name="nr_Nota_797872_1140" id="nr_Nota_797872_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_797872_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_797872_1200" id="ci_AlunoAvaliacao_797872_1200" value="89732577" type="hidden">
                <input name="nr_Nota_797872_1200" id="nr_Nota_797872_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_797872_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_797872_1620" id="ci_AlunoAvaliacao_797872_1620" value="90034446" type="hidden">
                <input name="nr_Nota_797872_1620" id="nr_Nota_797872_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_797872_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_797872_1730" id="ci_AlunoAvaliacao_797872_1730" value="90035406" type="hidden">
                <input name="nr_Nota_797872_1730" id="nr_Nota_797872_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;688165&nbsp;MARIA REGILANIA LAURIANO DE MORAIS
              <input id="cd_Aluno_30" name="cd_Aluno_30" value="688165" type="hidden"></td>
            
            <td id="colunaNotaAluno_688165_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_688165_154" id="ci_AlunoAvaliacao_688165_154" value="91040188" type="hidden">
                <input name="nr_Nota_688165_154" id="nr_Nota_688165_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_688165_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_688165_160" id="ci_AlunoAvaliacao_688165_160" value="89733000" type="hidden">
                <input name="nr_Nota_688165_160" id="nr_Nota_688165_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_688165_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_688165_530" id="ci_AlunoAvaliacao_688165_530" value="101749980" type="hidden">
                <input name="nr_Nota_688165_530" id="nr_Nota_688165_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_688165_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_688165_780" id="ci_AlunoAvaliacao_688165_780" value="90032351" type="hidden">
                <input name="nr_Nota_688165_780" id="nr_Nota_688165_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_688165_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_688165_800" id="ci_AlunoAvaliacao_688165_800" value="91039128" type="hidden">
                <input name="nr_Nota_688165_800" id="nr_Nota_688165_800" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_688165_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_688165_890" id="ci_AlunoAvaliacao_688165_890" value="89732377" type="hidden">
                <input name="nr_Nota_688165_890" id="nr_Nota_688165_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_688165_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_688165_970" id="ci_AlunoAvaliacao_688165_970" value="90032760" type="hidden">
                <input name="nr_Nota_688165_970" id="nr_Nota_688165_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_688165_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_688165_3330" id="ci_AlunoAvaliacao_688165_3330" value="90035819" type="hidden">
                <input name="nr_Nota_688165_3330" id="nr_Nota_688165_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_688165_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_688165_1130" id="ci_AlunoAvaliacao_688165_1130" value="89729465" type="hidden">
                <input name="nr_Nota_688165_1130" id="nr_Nota_688165_1130" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_688165_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_688165_1140" id="ci_AlunoAvaliacao_688165_1140" value="90033653" type="hidden">
                <input name="nr_Nota_688165_1140" id="nr_Nota_688165_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_688165_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_688165_1200" id="ci_AlunoAvaliacao_688165_1200" value="89732579" type="hidden">
                <input name="nr_Nota_688165_1200" id="nr_Nota_688165_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_688165_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_688165_1620" id="ci_AlunoAvaliacao_688165_1620" value="90034448" type="hidden">
                <input name="nr_Nota_688165_1620" id="nr_Nota_688165_1620" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_688165_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_688165_1730" id="ci_AlunoAvaliacao_688165_1730" value="90035408" type="hidden">
                <input name="nr_Nota_688165_1730" id="nr_Nota_688165_1730" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;459890&nbsp;MARIA SUELY DE SOUZA
              <input id="cd_Aluno_31" name="cd_Aluno_31" value="459890" type="hidden"></td>
            
            <td id="colunaNotaAluno_459890_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459890_154" id="ci_AlunoAvaliacao_459890_154" value="91040190" type="hidden">
                <input name="nr_Nota_459890_154" id="nr_Nota_459890_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459890_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459890_160" id="ci_AlunoAvaliacao_459890_160" value="" type="hidden">
                <input name="nr_Nota_459890_160" id="nr_Nota_459890_160" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459890_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459890_530" id="ci_AlunoAvaliacao_459890_530" value="101749981" type="hidden">
                <input name="nr_Nota_459890_530" id="nr_Nota_459890_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459890_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459890_780" id="ci_AlunoAvaliacao_459890_780" value="" type="hidden">
                <input name="nr_Nota_459890_780" id="nr_Nota_459890_780" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459890_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459890_800" id="ci_AlunoAvaliacao_459890_800" value="91039129" type="hidden">
                <input name="nr_Nota_459890_800" id="nr_Nota_459890_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459890_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459890_890" id="ci_AlunoAvaliacao_459890_890" value="" type="hidden">
                <input name="nr_Nota_459890_890" id="nr_Nota_459890_890" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459890_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459890_970" id="ci_AlunoAvaliacao_459890_970" value="" type="hidden">
                <input name="nr_Nota_459890_970" id="nr_Nota_459890_970" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459890_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459890_3330" id="ci_AlunoAvaliacao_459890_3330" value="" type="hidden">
                <input name="nr_Nota_459890_3330" id="nr_Nota_459890_3330" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459890_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459890_1130" id="ci_AlunoAvaliacao_459890_1130" value="" type="hidden">
                <input name="nr_Nota_459890_1130" id="nr_Nota_459890_1130" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459890_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459890_1140" id="ci_AlunoAvaliacao_459890_1140" value="" type="hidden">
                <input name="nr_Nota_459890_1140" id="nr_Nota_459890_1140" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459890_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459890_1200" id="ci_AlunoAvaliacao_459890_1200" value="" type="hidden">
                <input name="nr_Nota_459890_1200" id="nr_Nota_459890_1200" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459890_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459890_1620" id="ci_AlunoAvaliacao_459890_1620" value="" type="hidden">
                <input name="nr_Nota_459890_1620" id="nr_Nota_459890_1620" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459890_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459890_1730" id="ci_AlunoAvaliacao_459890_1730" value="" type="hidden">
                <input name="nr_Nota_459890_1730" id="nr_Nota_459890_1730" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1305657&nbsp;MARILENA DA CONCEICAO COSTA
              <input id="cd_Aluno_32" name="cd_Aluno_32" value="1305657" type="hidden"></td>
            
            <td id="colunaNotaAluno_1305657_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305657_154" id="ci_AlunoAvaliacao_1305657_154" value="91040191" type="hidden">
                <input name="nr_Nota_1305657_154" id="nr_Nota_1305657_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305657_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305657_160" id="ci_AlunoAvaliacao_1305657_160" value="89733001" type="hidden">
                <input name="nr_Nota_1305657_160" id="nr_Nota_1305657_160" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305657_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305657_530" id="ci_AlunoAvaliacao_1305657_530" value="101749982" type="hidden">
                <input name="nr_Nota_1305657_530" id="nr_Nota_1305657_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305657_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305657_780" id="ci_AlunoAvaliacao_1305657_780" value="90032352" type="hidden">
                <input name="nr_Nota_1305657_780" id="nr_Nota_1305657_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305657_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305657_800" id="ci_AlunoAvaliacao_1305657_800" value="91039130" type="hidden">
                <input name="nr_Nota_1305657_800" id="nr_Nota_1305657_800" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305657_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305657_890" id="ci_AlunoAvaliacao_1305657_890" value="89732378" type="hidden">
                <input name="nr_Nota_1305657_890" id="nr_Nota_1305657_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305657_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305657_970" id="ci_AlunoAvaliacao_1305657_970" value="90032761" type="hidden">
                <input name="nr_Nota_1305657_970" id="nr_Nota_1305657_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305657_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305657_3330" id="ci_AlunoAvaliacao_1305657_3330" value="90035820" type="hidden">
                <input name="nr_Nota_1305657_3330" id="nr_Nota_1305657_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305657_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305657_1130" id="ci_AlunoAvaliacao_1305657_1130" value="89729466" type="hidden">
                <input name="nr_Nota_1305657_1130" id="nr_Nota_1305657_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305657_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305657_1140" id="ci_AlunoAvaliacao_1305657_1140" value="90033654" type="hidden">
                <input name="nr_Nota_1305657_1140" id="nr_Nota_1305657_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305657_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305657_1200" id="ci_AlunoAvaliacao_1305657_1200" value="89732580" type="hidden">
                <input name="nr_Nota_1305657_1200" id="nr_Nota_1305657_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305657_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305657_1620" id="ci_AlunoAvaliacao_1305657_1620" value="90034449" type="hidden">
                <input name="nr_Nota_1305657_1620" id="nr_Nota_1305657_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305657_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305657_1730" id="ci_AlunoAvaliacao_1305657_1730" value="90035409" type="hidden">
                <input name="nr_Nota_1305657_1730" id="nr_Nota_1305657_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;549674&nbsp;NAYARA GOMES DA SILVA ALMEIDA
              <input id="cd_Aluno_33" name="cd_Aluno_33" value="549674" type="hidden"></td>
            
            <td id="colunaNotaAluno_549674_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_549674_154" id="ci_AlunoAvaliacao_549674_154" value="91040192" type="hidden">
                <input name="nr_Nota_549674_154" id="nr_Nota_549674_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_549674_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_549674_160" id="ci_AlunoAvaliacao_549674_160" value="" type="hidden">
                <input name="nr_Nota_549674_160" id="nr_Nota_549674_160" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_549674_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_549674_530" id="ci_AlunoAvaliacao_549674_530" value="101749983" type="hidden">
                <input name="nr_Nota_549674_530" id="nr_Nota_549674_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_549674_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_549674_780" id="ci_AlunoAvaliacao_549674_780" value="" type="hidden">
                <input name="nr_Nota_549674_780" id="nr_Nota_549674_780" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_549674_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_549674_800" id="ci_AlunoAvaliacao_549674_800" value="91039131" type="hidden">
                <input name="nr_Nota_549674_800" id="nr_Nota_549674_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_549674_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_549674_890" id="ci_AlunoAvaliacao_549674_890" value="" type="hidden">
                <input name="nr_Nota_549674_890" id="nr_Nota_549674_890" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_549674_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_549674_970" id="ci_AlunoAvaliacao_549674_970" value="" type="hidden">
                <input name="nr_Nota_549674_970" id="nr_Nota_549674_970" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_549674_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_549674_3330" id="ci_AlunoAvaliacao_549674_3330" value="" type="hidden">
                <input name="nr_Nota_549674_3330" id="nr_Nota_549674_3330" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_549674_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_549674_1130" id="ci_AlunoAvaliacao_549674_1130" value="" type="hidden">
                <input name="nr_Nota_549674_1130" id="nr_Nota_549674_1130" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_549674_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_549674_1140" id="ci_AlunoAvaliacao_549674_1140" value="" type="hidden">
                <input name="nr_Nota_549674_1140" id="nr_Nota_549674_1140" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_549674_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_549674_1200" id="ci_AlunoAvaliacao_549674_1200" value="" type="hidden">
                <input name="nr_Nota_549674_1200" id="nr_Nota_549674_1200" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_549674_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_549674_1620" id="ci_AlunoAvaliacao_549674_1620" value="" type="hidden">
                <input name="nr_Nota_549674_1620" id="nr_Nota_549674_1620" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_549674_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_549674_1730" id="ci_AlunoAvaliacao_549674_1730" value="" type="hidden">
                <input name="nr_Nota_549674_1730" id="nr_Nota_549674_1730" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;103944&nbsp;PAMELLA ALMEIDA DE BRITO
              <input id="cd_Aluno_34" name="cd_Aluno_34" value="103944" type="hidden"></td>
            
            <td id="colunaNotaAluno_103944_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_103944_154" id="ci_AlunoAvaliacao_103944_154" value="91040193" type="hidden">
                <input name="nr_Nota_103944_154" id="nr_Nota_103944_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_103944_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_103944_160" id="ci_AlunoAvaliacao_103944_160" value="89733002" type="hidden">
                <input name="nr_Nota_103944_160" id="nr_Nota_103944_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_103944_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_103944_530" id="ci_AlunoAvaliacao_103944_530" value="101749984" type="hidden">
                <input name="nr_Nota_103944_530" id="nr_Nota_103944_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_103944_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_103944_780" id="ci_AlunoAvaliacao_103944_780" value="90032353" type="hidden">
                <input name="nr_Nota_103944_780" id="nr_Nota_103944_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_103944_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_103944_800" id="ci_AlunoAvaliacao_103944_800" value="91039132" type="hidden">
                <input name="nr_Nota_103944_800" id="nr_Nota_103944_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_103944_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_103944_890" id="ci_AlunoAvaliacao_103944_890" value="89732379" type="hidden">
                <input name="nr_Nota_103944_890" id="nr_Nota_103944_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_103944_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_103944_970" id="ci_AlunoAvaliacao_103944_970" value="90032763" type="hidden">
                <input name="nr_Nota_103944_970" id="nr_Nota_103944_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_103944_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_103944_3330" id="ci_AlunoAvaliacao_103944_3330" value="90035821" type="hidden">
                <input name="nr_Nota_103944_3330" id="nr_Nota_103944_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_103944_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_103944_1130" id="ci_AlunoAvaliacao_103944_1130" value="89729467" type="hidden">
                <input name="nr_Nota_103944_1130" id="nr_Nota_103944_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_103944_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_103944_1140" id="ci_AlunoAvaliacao_103944_1140" value="90033655" type="hidden">
                <input name="nr_Nota_103944_1140" id="nr_Nota_103944_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_103944_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_103944_1200" id="ci_AlunoAvaliacao_103944_1200" value="89732581" type="hidden">
                <input name="nr_Nota_103944_1200" id="nr_Nota_103944_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_103944_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_103944_1620" id="ci_AlunoAvaliacao_103944_1620" value="90034450" type="hidden">
                <input name="nr_Nota_103944_1620" id="nr_Nota_103944_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_103944_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_103944_1730" id="ci_AlunoAvaliacao_103944_1730" value="90035410" type="hidden">
                <input name="nr_Nota_103944_1730" id="nr_Nota_103944_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1230537&nbsp;RENATO OLIVEIRA DE GOIS
              <input id="cd_Aluno_35" name="cd_Aluno_35" value="1230537" type="hidden"></td>
            
            <td id="colunaNotaAluno_1230537_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230537_154" id="ci_AlunoAvaliacao_1230537_154" value="91040195" type="hidden">
                <input name="nr_Nota_1230537_154" id="nr_Nota_1230537_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230537_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230537_160" id="ci_AlunoAvaliacao_1230537_160" value="" type="hidden">
                <input name="nr_Nota_1230537_160" id="nr_Nota_1230537_160" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230537_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230537_530" id="ci_AlunoAvaliacao_1230537_530" value="101749985" type="hidden">
                <input name="nr_Nota_1230537_530" id="nr_Nota_1230537_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230537_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230537_780" id="ci_AlunoAvaliacao_1230537_780" value="" type="hidden">
                <input name="nr_Nota_1230537_780" id="nr_Nota_1230537_780" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230537_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230537_800" id="ci_AlunoAvaliacao_1230537_800" value="91039134" type="hidden">
                <input name="nr_Nota_1230537_800" id="nr_Nota_1230537_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230537_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230537_890" id="ci_AlunoAvaliacao_1230537_890" value="" type="hidden">
                <input name="nr_Nota_1230537_890" id="nr_Nota_1230537_890" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230537_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230537_970" id="ci_AlunoAvaliacao_1230537_970" value="" type="hidden">
                <input name="nr_Nota_1230537_970" id="nr_Nota_1230537_970" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230537_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230537_3330" id="ci_AlunoAvaliacao_1230537_3330" value="" type="hidden">
                <input name="nr_Nota_1230537_3330" id="nr_Nota_1230537_3330" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230537_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230537_1130" id="ci_AlunoAvaliacao_1230537_1130" value="" type="hidden">
                <input name="nr_Nota_1230537_1130" id="nr_Nota_1230537_1130" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230537_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230537_1140" id="ci_AlunoAvaliacao_1230537_1140" value="" type="hidden">
                <input name="nr_Nota_1230537_1140" id="nr_Nota_1230537_1140" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230537_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230537_1200" id="ci_AlunoAvaliacao_1230537_1200" value="" type="hidden">
                <input name="nr_Nota_1230537_1200" id="nr_Nota_1230537_1200" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230537_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230537_1620" id="ci_AlunoAvaliacao_1230537_1620" value="" type="hidden">
                <input name="nr_Nota_1230537_1620" id="nr_Nota_1230537_1620" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230537_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230537_1730" id="ci_AlunoAvaliacao_1230537_1730" value="" type="hidden">
                <input name="nr_Nota_1230537_1730" id="nr_Nota_1230537_1730" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1294020&nbsp;SAMIRA DA COSTA SILVA
              <input id="cd_Aluno_36" name="cd_Aluno_36" value="1294020" type="hidden"></td>
            
            <td id="colunaNotaAluno_1294020_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294020_154" id="ci_AlunoAvaliacao_1294020_154" value="91040196" type="hidden">
                <input name="nr_Nota_1294020_154" id="nr_Nota_1294020_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294020_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294020_160" id="ci_AlunoAvaliacao_1294020_160" value="89733003" type="hidden">
                <input name="nr_Nota_1294020_160" id="nr_Nota_1294020_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294020_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294020_530" id="ci_AlunoAvaliacao_1294020_530" value="101749986" type="hidden">
                <input name="nr_Nota_1294020_530" id="nr_Nota_1294020_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294020_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294020_780" id="ci_AlunoAvaliacao_1294020_780" value="" type="hidden">
                <input name="nr_Nota_1294020_780" id="nr_Nota_1294020_780" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294020_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294020_800" id="ci_AlunoAvaliacao_1294020_800" value="91039135" type="hidden">
                <input name="nr_Nota_1294020_800" id="nr_Nota_1294020_800" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294020_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294020_890" id="ci_AlunoAvaliacao_1294020_890" value="" type="hidden">
                <input name="nr_Nota_1294020_890" id="nr_Nota_1294020_890" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294020_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294020_970" id="ci_AlunoAvaliacao_1294020_970" value="" type="hidden">
                <input name="nr_Nota_1294020_970" id="nr_Nota_1294020_970" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294020_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294020_3330" id="ci_AlunoAvaliacao_1294020_3330" value="90035822" type="hidden">
                <input name="nr_Nota_1294020_3330" id="nr_Nota_1294020_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294020_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294020_1130" id="ci_AlunoAvaliacao_1294020_1130" value="89729468" type="hidden">
                <input name="nr_Nota_1294020_1130" id="nr_Nota_1294020_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294020_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294020_1140" id="ci_AlunoAvaliacao_1294020_1140" value="90033656" type="hidden">
                <input name="nr_Nota_1294020_1140" id="nr_Nota_1294020_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294020_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294020_1200" id="ci_AlunoAvaliacao_1294020_1200" value="89732582" type="hidden">
                <input name="nr_Nota_1294020_1200" id="nr_Nota_1294020_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294020_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294020_1620" id="ci_AlunoAvaliacao_1294020_1620" value="90034451" type="hidden">
                <input name="nr_Nota_1294020_1620" id="nr_Nota_1294020_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294020_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294020_1730" id="ci_AlunoAvaliacao_1294020_1730" value="90035411" type="hidden">
                <input name="nr_Nota_1294020_1730" id="nr_Nota_1294020_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;87652&nbsp;TAMIRES BEATRIZ PIRES DE SOUZA
              <input id="cd_Aluno_37" name="cd_Aluno_37" value="87652" type="hidden"></td>
            
            <td id="colunaNotaAluno_87652_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_87652_154" id="ci_AlunoAvaliacao_87652_154" value="91040197" type="hidden">
                <input name="nr_Nota_87652_154" id="nr_Nota_87652_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_87652_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_87652_160" id="ci_AlunoAvaliacao_87652_160" value="89733004" type="hidden">
                <input name="nr_Nota_87652_160" id="nr_Nota_87652_160" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_87652_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_87652_530" id="ci_AlunoAvaliacao_87652_530" value="101749987" type="hidden">
                <input name="nr_Nota_87652_530" id="nr_Nota_87652_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_87652_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_87652_780" id="ci_AlunoAvaliacao_87652_780" value="90032354" type="hidden">
                <input name="nr_Nota_87652_780" id="nr_Nota_87652_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_87652_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_87652_800" id="ci_AlunoAvaliacao_87652_800" value="91039136" type="hidden">
                <input name="nr_Nota_87652_800" id="nr_Nota_87652_800" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_87652_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_87652_890" id="ci_AlunoAvaliacao_87652_890" value="89732380" type="hidden">
                <input name="nr_Nota_87652_890" id="nr_Nota_87652_890" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_87652_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_87652_970" id="ci_AlunoAvaliacao_87652_970" value="90032764" type="hidden">
                <input name="nr_Nota_87652_970" id="nr_Nota_87652_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_87652_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_87652_3330" id="ci_AlunoAvaliacao_87652_3330" value="90035823" type="hidden">
                <input name="nr_Nota_87652_3330" id="nr_Nota_87652_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_87652_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_87652_1130" id="ci_AlunoAvaliacao_87652_1130" value="89729469" type="hidden">
                <input name="nr_Nota_87652_1130" id="nr_Nota_87652_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_87652_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_87652_1140" id="ci_AlunoAvaliacao_87652_1140" value="90033657" type="hidden">
                <input name="nr_Nota_87652_1140" id="nr_Nota_87652_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_87652_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_87652_1200" id="ci_AlunoAvaliacao_87652_1200" value="89732583" type="hidden">
                <input name="nr_Nota_87652_1200" id="nr_Nota_87652_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_87652_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_87652_1620" id="ci_AlunoAvaliacao_87652_1620" value="90034452" type="hidden">
                <input name="nr_Nota_87652_1620" id="nr_Nota_87652_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_87652_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_87652_1730" id="ci_AlunoAvaliacao_87652_1730" value="90035412" type="hidden">
                <input name="nr_Nota_87652_1730" id="nr_Nota_87652_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1906915&nbsp;THAYGUER DA SILVA ARRUDA
              <input id="cd_Aluno_38" name="cd_Aluno_38" value="1906915" type="hidden"></td>
            
            <td id="colunaNotaAluno_1906915_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1906915_154" id="ci_AlunoAvaliacao_1906915_154" value="91040198" type="hidden">
                <input name="nr_Nota_1906915_154" id="nr_Nota_1906915_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1906915_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1906915_160" id="ci_AlunoAvaliacao_1906915_160" value="89733005" type="hidden">
                <input name="nr_Nota_1906915_160" id="nr_Nota_1906915_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1906915_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1906915_530" id="ci_AlunoAvaliacao_1906915_530" value="101750000" type="hidden">
                <input name="nr_Nota_1906915_530" id="nr_Nota_1906915_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1906915_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1906915_780" id="ci_AlunoAvaliacao_1906915_780" value="90032356" type="hidden">
                <input name="nr_Nota_1906915_780" id="nr_Nota_1906915_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1906915_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1906915_800" id="ci_AlunoAvaliacao_1906915_800" value="91039137" type="hidden">
                <input name="nr_Nota_1906915_800" id="nr_Nota_1906915_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1906915_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1906915_890" id="ci_AlunoAvaliacao_1906915_890" value="89732381" type="hidden">
                <input name="nr_Nota_1906915_890" id="nr_Nota_1906915_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1906915_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1906915_970" id="ci_AlunoAvaliacao_1906915_970" value="90032765" type="hidden">
                <input name="nr_Nota_1906915_970" id="nr_Nota_1906915_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1906915_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1906915_3330" id="ci_AlunoAvaliacao_1906915_3330" value="90035824" type="hidden">
                <input name="nr_Nota_1906915_3330" id="nr_Nota_1906915_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1906915_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1906915_1130" id="ci_AlunoAvaliacao_1906915_1130" value="" type="hidden">
                <input name="nr_Nota_1906915_1130" id="nr_Nota_1906915_1130" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1906915_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1906915_1140" id="ci_AlunoAvaliacao_1906915_1140" value="90033658" type="hidden">
                <input name="nr_Nota_1906915_1140" id="nr_Nota_1906915_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1906915_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1906915_1200" id="ci_AlunoAvaliacao_1906915_1200" value="89732584" type="hidden">
                <input name="nr_Nota_1906915_1200" id="nr_Nota_1906915_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1906915_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1906915_1620" id="ci_AlunoAvaliacao_1906915_1620" value="90034453" type="hidden">
                <input name="nr_Nota_1906915_1620" id="nr_Nota_1906915_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1906915_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1906915_1730" id="ci_AlunoAvaliacao_1906915_1730" value="90035413" type="hidden">
                <input name="nr_Nota_1906915_1730" id="nr_Nota_1906915_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;2690531&nbsp;TIAGO ANDERSON MUNIZ DE SOUSA
              <input id="cd_Aluno_39" name="cd_Aluno_39" value="2690531" type="hidden"></td>
            
            <td id="colunaNotaAluno_2690531_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690531_154" id="ci_AlunoAvaliacao_2690531_154" value="91040199" type="hidden">
                <input name="nr_Nota_2690531_154" id="nr_Nota_2690531_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690531_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690531_160" id="ci_AlunoAvaliacao_2690531_160" value="" type="hidden">
                <input name="nr_Nota_2690531_160" id="nr_Nota_2690531_160" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690531_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690531_530" id="ci_AlunoAvaliacao_2690531_530" value="101750001" type="hidden">
                <input name="nr_Nota_2690531_530" id="nr_Nota_2690531_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690531_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690531_780" id="ci_AlunoAvaliacao_2690531_780" value="" type="hidden">
                <input name="nr_Nota_2690531_780" id="nr_Nota_2690531_780" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690531_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690531_800" id="ci_AlunoAvaliacao_2690531_800" value="91039138" type="hidden">
                <input name="nr_Nota_2690531_800" id="nr_Nota_2690531_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690531_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690531_890" id="ci_AlunoAvaliacao_2690531_890" value="" type="hidden">
                <input name="nr_Nota_2690531_890" id="nr_Nota_2690531_890" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690531_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690531_970" id="ci_AlunoAvaliacao_2690531_970" value="" type="hidden">
                <input name="nr_Nota_2690531_970" id="nr_Nota_2690531_970" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690531_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690531_3330" id="ci_AlunoAvaliacao_2690531_3330" value="" type="hidden">
                <input name="nr_Nota_2690531_3330" id="nr_Nota_2690531_3330" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690531_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690531_1130" id="ci_AlunoAvaliacao_2690531_1130" value="" type="hidden">
                <input name="nr_Nota_2690531_1130" id="nr_Nota_2690531_1130" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690531_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690531_1140" id="ci_AlunoAvaliacao_2690531_1140" value="" type="hidden">
                <input name="nr_Nota_2690531_1140" id="nr_Nota_2690531_1140" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690531_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690531_1200" id="ci_AlunoAvaliacao_2690531_1200" value="" type="hidden">
                <input name="nr_Nota_2690531_1200" id="nr_Nota_2690531_1200" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690531_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690531_1620" id="ci_AlunoAvaliacao_2690531_1620" value="" type="hidden">
                <input name="nr_Nota_2690531_1620" id="nr_Nota_2690531_1620" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690531_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690531_1730" id="ci_AlunoAvaliacao_2690531_1730" value="" type="hidden">
                <input name="nr_Nota_2690531_1730" id="nr_Nota_2690531_1730" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1290441&nbsp;VALDILENE FERREIRA MOURA
              <input id="cd_Aluno_40" name="cd_Aluno_40" value="1290441" type="hidden"></td>
            
            <td id="colunaNotaAluno_1290441_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1290441_154" id="ci_AlunoAvaliacao_1290441_154" value="91040200" type="hidden">
                <input name="nr_Nota_1290441_154" id="nr_Nota_1290441_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1290441_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1290441_160" id="ci_AlunoAvaliacao_1290441_160" value="89733006" type="hidden">
                <input name="nr_Nota_1290441_160" id="nr_Nota_1290441_160" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1290441_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1290441_530" id="ci_AlunoAvaliacao_1290441_530" value="101750002" type="hidden">
                <input name="nr_Nota_1290441_530" id="nr_Nota_1290441_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1290441_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1290441_780" id="ci_AlunoAvaliacao_1290441_780" value="90032357" type="hidden">
                <input name="nr_Nota_1290441_780" id="nr_Nota_1290441_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1290441_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1290441_800" id="ci_AlunoAvaliacao_1290441_800" value="91039139" type="hidden">
                <input name="nr_Nota_1290441_800" id="nr_Nota_1290441_800" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1290441_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1290441_890" id="ci_AlunoAvaliacao_1290441_890" value="89732382" type="hidden">
                <input name="nr_Nota_1290441_890" id="nr_Nota_1290441_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1290441_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1290441_970" id="ci_AlunoAvaliacao_1290441_970" value="90032766" type="hidden">
                <input name="nr_Nota_1290441_970" id="nr_Nota_1290441_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1290441_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1290441_3330" id="ci_AlunoAvaliacao_1290441_3330" value="90035825" type="hidden">
                <input name="nr_Nota_1290441_3330" id="nr_Nota_1290441_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1290441_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1290441_1130" id="ci_AlunoAvaliacao_1290441_1130" value="89729470" type="hidden">
                <input name="nr_Nota_1290441_1130" id="nr_Nota_1290441_1130" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1290441_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1290441_1140" id="ci_AlunoAvaliacao_1290441_1140" value="90033659" type="hidden">
                <input name="nr_Nota_1290441_1140" id="nr_Nota_1290441_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1290441_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1290441_1200" id="ci_AlunoAvaliacao_1290441_1200" value="89732585" type="hidden">
                <input name="nr_Nota_1290441_1200" id="nr_Nota_1290441_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1290441_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1290441_1620" id="ci_AlunoAvaliacao_1290441_1620" value="90034454" type="hidden">
                <input name="nr_Nota_1290441_1620" id="nr_Nota_1290441_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1290441_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1290441_1730" id="ci_AlunoAvaliacao_1290441_1730" value="90035414" type="hidden">
                <input name="nr_Nota_1290441_1730" id="nr_Nota_1290441_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;2690543&nbsp;VINICIUS ALVES FREITAS
              <input id="cd_Aluno_41" name="cd_Aluno_41" value="2690543" type="hidden"></td>
            
            <td id="colunaNotaAluno_2690543_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690543_154" id="ci_AlunoAvaliacao_2690543_154" value="91040201" type="hidden">
                <input name="nr_Nota_2690543_154" id="nr_Nota_2690543_154" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690543_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690543_160" id="ci_AlunoAvaliacao_2690543_160" value="102701640" type="hidden">
                <input name="nr_Nota_2690543_160" id="nr_Nota_2690543_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690543_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690543_530" id="ci_AlunoAvaliacao_2690543_530" value="101750003" type="hidden">
                <input name="nr_Nota_2690543_530" id="nr_Nota_2690543_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690543_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690543_780" id="ci_AlunoAvaliacao_2690543_780" value="90032359" type="hidden">
                <input name="nr_Nota_2690543_780" id="nr_Nota_2690543_780" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690543_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690543_800" id="ci_AlunoAvaliacao_2690543_800" value="91039140" type="hidden">
                <input name="nr_Nota_2690543_800" id="nr_Nota_2690543_800" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690543_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690543_890" id="ci_AlunoAvaliacao_2690543_890" value="102701641" type="hidden">
                <input name="nr_Nota_2690543_890" id="nr_Nota_2690543_890" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690543_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690543_970" id="ci_AlunoAvaliacao_2690543_970" value="90032767" type="hidden">
                <input name="nr_Nota_2690543_970" id="nr_Nota_2690543_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690543_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690543_3330" id="ci_AlunoAvaliacao_2690543_3330" value="90035826" type="hidden">
                <input name="nr_Nota_2690543_3330" id="nr_Nota_2690543_3330" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690543_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690543_1130" id="ci_AlunoAvaliacao_2690543_1130" value="89729471" type="hidden">
                <input name="nr_Nota_2690543_1130" id="nr_Nota_2690543_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690543_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690543_1140" id="ci_AlunoAvaliacao_2690543_1140" value="90033660" type="hidden">
                <input name="nr_Nota_2690543_1140" id="nr_Nota_2690543_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690543_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690543_1200" id="ci_AlunoAvaliacao_2690543_1200" value="89732586" type="hidden">
                <input name="nr_Nota_2690543_1200" id="nr_Nota_2690543_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690543_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690543_1620" id="ci_AlunoAvaliacao_2690543_1620" value="90034455" type="hidden">
                <input name="nr_Nota_2690543_1620" id="nr_Nota_2690543_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690543_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690543_1730" id="ci_AlunoAvaliacao_2690543_1730" value="90035415" type="hidden">
                <input name="nr_Nota_2690543_1730" id="nr_Nota_2690543_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;370061&nbsp;WANDERSON FERREIRA DE ARAUJO
              <input id="cd_Aluno_42" name="cd_Aluno_42" value="370061" type="hidden"></td>
            
            <td id="colunaNotaAluno_370061_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_370061_154" id="ci_AlunoAvaliacao_370061_154" value="91040202" type="hidden">
                <input name="nr_Nota_370061_154" id="nr_Nota_370061_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_370061_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_370061_160" id="ci_AlunoAvaliacao_370061_160" value="89733007" type="hidden">
                <input name="nr_Nota_370061_160" id="nr_Nota_370061_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_370061_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_370061_530" id="ci_AlunoAvaliacao_370061_530" value="101750004" type="hidden">
                <input name="nr_Nota_370061_530" id="nr_Nota_370061_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_370061_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_370061_780" id="ci_AlunoAvaliacao_370061_780" value="" type="hidden">
                <input name="nr_Nota_370061_780" id="nr_Nota_370061_780" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_370061_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_370061_800" id="ci_AlunoAvaliacao_370061_800" value="91039141" type="hidden">
                <input name="nr_Nota_370061_800" id="nr_Nota_370061_800" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_370061_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_370061_890" id="ci_AlunoAvaliacao_370061_890" value="89732383" type="hidden">
                <input name="nr_Nota_370061_890" id="nr_Nota_370061_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_370061_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_370061_970" id="ci_AlunoAvaliacao_370061_970" value="" type="hidden">
                <input name="nr_Nota_370061_970" id="nr_Nota_370061_970" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_370061_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_370061_3330" id="ci_AlunoAvaliacao_370061_3330" value="90035827" type="hidden">
                <input name="nr_Nota_370061_3330" id="nr_Nota_370061_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_370061_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_370061_1130" id="ci_AlunoAvaliacao_370061_1130" value="89729472" type="hidden">
                <input name="nr_Nota_370061_1130" id="nr_Nota_370061_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_370061_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_370061_1140" id="ci_AlunoAvaliacao_370061_1140" value="90033661" type="hidden">
                <input name="nr_Nota_370061_1140" id="nr_Nota_370061_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_370061_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_370061_1200" id="ci_AlunoAvaliacao_370061_1200" value="89732587" type="hidden">
                <input name="nr_Nota_370061_1200" id="nr_Nota_370061_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_370061_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_370061_1620" id="ci_AlunoAvaliacao_370061_1620" value="90034456" type="hidden">
                <input name="nr_Nota_370061_1620" id="nr_Nota_370061_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_370061_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_370061_1730" id="ci_AlunoAvaliacao_370061_1730" value="90035416" type="hidden">
                <input name="nr_Nota_370061_1730" id="nr_Nota_370061_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1228322&nbsp;ISABELLE HERBSTER DUARTE DE LIMA
              <input id="cd_Aluno_43" name="cd_Aluno_43" value="1228322" type="hidden"></td>
            
            <td id="colunaNotaAluno_1228322_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228322_154" id="ci_AlunoAvaliacao_1228322_154" value="91061776" type="hidden">
                <input name="nr_Nota_1228322_154" id="nr_Nota_1228322_154" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228322_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228322_160" id="ci_AlunoAvaliacao_1228322_160" value="91861154" type="hidden">
                <input name="nr_Nota_1228322_160" id="nr_Nota_1228322_160" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228322_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228322_530" id="ci_AlunoAvaliacao_1228322_530" value="89912169" type="hidden">
                <input name="nr_Nota_1228322_530" id="nr_Nota_1228322_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228322_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228322_780" id="ci_AlunoAvaliacao_1228322_780" value="88627972" type="hidden">
                <input name="nr_Nota_1228322_780" id="nr_Nota_1228322_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228322_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228322_800" id="ci_AlunoAvaliacao_1228322_800" value="89168841" type="hidden">
                <input name="nr_Nota_1228322_800" id="nr_Nota_1228322_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228322_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228322_890" id="ci_AlunoAvaliacao_1228322_890" value="88632735" type="hidden">
                <input name="nr_Nota_1228322_890" id="nr_Nota_1228322_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228322_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228322_970" id="ci_AlunoAvaliacao_1228322_970" value="88629967" type="hidden">
                <input name="nr_Nota_1228322_970" id="nr_Nota_1228322_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228322_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228322_3330" id="ci_AlunoAvaliacao_1228322_3330" value="89441658" type="hidden">
                <input name="nr_Nota_1228322_3330" id="nr_Nota_1228322_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228322_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228322_1130" id="ci_AlunoAvaliacao_1228322_1130" value="89438610" type="hidden">
                <input name="nr_Nota_1228322_1130" id="nr_Nota_1228322_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228322_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228322_1140" id="ci_AlunoAvaliacao_1228322_1140" value="91060427" type="hidden">
                <input name="nr_Nota_1228322_1140" id="nr_Nota_1228322_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228322_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228322_1200" id="ci_AlunoAvaliacao_1228322_1200" value="89177585" type="hidden">
                <input name="nr_Nota_1228322_1200" id="nr_Nota_1228322_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228322_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228322_1620" id="ci_AlunoAvaliacao_1228322_1620" value="89440216" type="hidden">
                <input name="nr_Nota_1228322_1620" id="nr_Nota_1228322_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228322_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228322_1730" id="ci_AlunoAvaliacao_1228322_1730" value="89179172" type="hidden">
                <input name="nr_Nota_1228322_1730" id="nr_Nota_1228322_1730" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1228051&nbsp;PAULO ROBERTO CASTRO DE SOUSA
              <input id="cd_Aluno_44" name="cd_Aluno_44" value="1228051" type="hidden"></td>
            
            <td id="colunaNotaAluno_1228051_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228051_154" id="ci_AlunoAvaliacao_1228051_154" value="97191009" type="hidden">
                <input name="nr_Nota_1228051_154" id="nr_Nota_1228051_154" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228051_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228051_160" id="ci_AlunoAvaliacao_1228051_160" value="89479167" type="hidden">
                <input name="nr_Nota_1228051_160" id="nr_Nota_1228051_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228051_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228051_530" id="ci_AlunoAvaliacao_1228051_530" value="89968923" type="hidden">
                <input name="nr_Nota_1228051_530" id="nr_Nota_1228051_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228051_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228051_780" id="ci_AlunoAvaliacao_1228051_780" value="90279119" type="hidden">
                <input name="nr_Nota_1228051_780" id="nr_Nota_1228051_780" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228051_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228051_800" id="ci_AlunoAvaliacao_1228051_800" value="88200445" type="hidden">
                <input name="nr_Nota_1228051_800" id="nr_Nota_1228051_800" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228051_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228051_890" id="ci_AlunoAvaliacao_1228051_890" value="88364205" type="hidden">
                <input name="nr_Nota_1228051_890" id="nr_Nota_1228051_890" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228051_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228051_970" id="ci_AlunoAvaliacao_1228051_970" value="89080056" type="hidden">
                <input name="nr_Nota_1228051_970" id="nr_Nota_1228051_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228051_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228051_3330" id="ci_AlunoAvaliacao_1228051_3330" value="90259600" type="hidden">
                <input name="nr_Nota_1228051_3330" id="nr_Nota_1228051_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228051_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228051_1130" id="ci_AlunoAvaliacao_1228051_1130" value="88487162" type="hidden">
                <input name="nr_Nota_1228051_1130" id="nr_Nota_1228051_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228051_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228051_1140" id="ci_AlunoAvaliacao_1228051_1140" value="89077775" type="hidden">
                <input name="nr_Nota_1228051_1140" id="nr_Nota_1228051_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228051_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228051_1200" id="ci_AlunoAvaliacao_1228051_1200" value="88370266" type="hidden">
                <input name="nr_Nota_1228051_1200" id="nr_Nota_1228051_1200" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228051_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228051_1620" id="ci_AlunoAvaliacao_1228051_1620" value="89749406" type="hidden">
                <input name="nr_Nota_1228051_1620" id="nr_Nota_1228051_1620" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228051_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228051_1730" id="ci_AlunoAvaliacao_1228051_1730" value="90236805" type="hidden">
                <input name="nr_Nota_1228051_1730" id="nr_Nota_1228051_1730" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1458608&nbsp;BRUNA ERICA DE SOUZA
              <input id="cd_Aluno_45" name="cd_Aluno_45" value="1458608" type="hidden"></td>
            
            <td id="colunaNotaAluno_1458608_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1458608_154" id="ci_AlunoAvaliacao_1458608_154" value="102701178" type="hidden">
                <input name="nr_Nota_1458608_154" id="nr_Nota_1458608_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1458608_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1458608_160" id="ci_AlunoAvaliacao_1458608_160" value="102701179" type="hidden">
                <input name="nr_Nota_1458608_160" id="nr_Nota_1458608_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1458608_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1458608_530" id="ci_AlunoAvaliacao_1458608_530" value="101750005" type="hidden">
                <input name="nr_Nota_1458608_530" id="nr_Nota_1458608_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1458608_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1458608_780" id="ci_AlunoAvaliacao_1458608_780" value="102701180" type="hidden">
                <input name="nr_Nota_1458608_780" id="nr_Nota_1458608_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1458608_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1458608_800" id="ci_AlunoAvaliacao_1458608_800" value="102701181" type="hidden">
                <input name="nr_Nota_1458608_800" id="nr_Nota_1458608_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1458608_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1458608_890" id="ci_AlunoAvaliacao_1458608_890" value="102701182" type="hidden">
                <input name="nr_Nota_1458608_890" id="nr_Nota_1458608_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1458608_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1458608_970" id="ci_AlunoAvaliacao_1458608_970" value="102701183" type="hidden">
                <input name="nr_Nota_1458608_970" id="nr_Nota_1458608_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1458608_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1458608_3330" id="ci_AlunoAvaliacao_1458608_3330" value="102701184" type="hidden">
                <input name="nr_Nota_1458608_3330" id="nr_Nota_1458608_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1458608_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1458608_1130" id="ci_AlunoAvaliacao_1458608_1130" value="102701185" type="hidden">
                <input name="nr_Nota_1458608_1130" id="nr_Nota_1458608_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1458608_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1458608_1140" id="ci_AlunoAvaliacao_1458608_1140" value="102701186" type="hidden">
                <input name="nr_Nota_1458608_1140" id="nr_Nota_1458608_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1458608_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1458608_1200" id="ci_AlunoAvaliacao_1458608_1200" value="102701187" type="hidden">
                <input name="nr_Nota_1458608_1200" id="nr_Nota_1458608_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1458608_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1458608_1620" id="ci_AlunoAvaliacao_1458608_1620" value="102701188" type="hidden">
                <input name="nr_Nota_1458608_1620" id="nr_Nota_1458608_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1458608_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1458608_1730" id="ci_AlunoAvaliacao_1458608_1730" value="102701189" type="hidden">
                <input name="nr_Nota_1458608_1730" id="nr_Nota_1458608_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1202410&nbsp;PAULO VICTOR LIMA NASCIMENTO
              <input id="cd_Aluno_46" name="cd_Aluno_46" value="1202410" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202410_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202410_154" id="ci_AlunoAvaliacao_1202410_154" value="89573843" type="hidden">
                <input name="nr_Nota_1202410_154" id="nr_Nota_1202410_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202410_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202410_160" id="ci_AlunoAvaliacao_1202410_160" value="92089764" type="hidden">
                <input name="nr_Nota_1202410_160" id="nr_Nota_1202410_160" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202410_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202410_530" id="ci_AlunoAvaliacao_1202410_530" value="89915199" type="hidden">
                <input name="nr_Nota_1202410_530" id="nr_Nota_1202410_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202410_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202410_780" id="ci_AlunoAvaliacao_1202410_780" value="88751244" type="hidden">
                <input name="nr_Nota_1202410_780" id="nr_Nota_1202410_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202410_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202410_800" id="ci_AlunoAvaliacao_1202410_800" value="89197980" type="hidden">
                <input name="nr_Nota_1202410_800" id="nr_Nota_1202410_800" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202410_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202410_890" id="ci_AlunoAvaliacao_1202410_890" value="88754864" type="hidden">
                <input name="nr_Nota_1202410_890" id="nr_Nota_1202410_890" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202410_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202410_970" id="ci_AlunoAvaliacao_1202410_970" value="88753437" type="hidden">
                <input name="nr_Nota_1202410_970" id="nr_Nota_1202410_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202410_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202410_3330" id="ci_AlunoAvaliacao_1202410_3330" value="89738762" type="hidden">
                <input name="nr_Nota_1202410_3330" id="nr_Nota_1202410_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202410_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202410_1130" id="ci_AlunoAvaliacao_1202410_1130" value="89574517" type="hidden">
                <input name="nr_Nota_1202410_1130" id="nr_Nota_1202410_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202410_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202410_1140" id="ci_AlunoAvaliacao_1202410_1140" value="89572669" type="hidden">
                <input name="nr_Nota_1202410_1140" id="nr_Nota_1202410_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202410_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202410_1200" id="ci_AlunoAvaliacao_1202410_1200" value="89739278" type="hidden">
                <input name="nr_Nota_1202410_1200" id="nr_Nota_1202410_1200" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202410_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202410_1620" id="ci_AlunoAvaliacao_1202410_1620" value="89192771" type="hidden">
                <input name="nr_Nota_1202410_1620" id="nr_Nota_1202410_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202410_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202410_1730" id="ci_AlunoAvaliacao_1202410_1730" value="89291356" type="hidden">
                <input name="nr_Nota_1202410_1730" id="nr_Nota_1202410_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;357447&nbsp;PRISCILA CUNHA DE ANDRADE
              <input id="cd_Aluno_47" name="cd_Aluno_47" value="357447" type="hidden"></td>
            
            <td id="colunaNotaAluno_357447_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_357447_154" id="ci_AlunoAvaliacao_357447_154" value="101321900" type="hidden">
                <input name="nr_Nota_357447_154" id="nr_Nota_357447_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_357447_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_357447_160" id="ci_AlunoAvaliacao_357447_160" value="101321143" type="hidden">
                <input name="nr_Nota_357447_160" id="nr_Nota_357447_160" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_357447_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_357447_530" id="ci_AlunoAvaliacao_357447_530" value="101321144" type="hidden">
                <input name="nr_Nota_357447_530" id="nr_Nota_357447_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_357447_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_357447_780" id="ci_AlunoAvaliacao_357447_780" value="101321145" type="hidden">
                <input name="nr_Nota_357447_780" id="nr_Nota_357447_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_357447_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_357447_800" id="ci_AlunoAvaliacao_357447_800" value="101321146" type="hidden">
                <input name="nr_Nota_357447_800" id="nr_Nota_357447_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_357447_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_357447_890" id="ci_AlunoAvaliacao_357447_890" value="101321147" type="hidden">
                <input name="nr_Nota_357447_890" id="nr_Nota_357447_890" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_357447_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_357447_970" id="ci_AlunoAvaliacao_357447_970" value="101321148" type="hidden">
                <input name="nr_Nota_357447_970" id="nr_Nota_357447_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_357447_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_357447_3330" id="ci_AlunoAvaliacao_357447_3330" value="101321149" type="hidden">
                <input name="nr_Nota_357447_3330" id="nr_Nota_357447_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_357447_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_357447_1130" id="ci_AlunoAvaliacao_357447_1130" value="101321150" type="hidden">
                <input name="nr_Nota_357447_1130" id="nr_Nota_357447_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_357447_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_357447_1140" id="ci_AlunoAvaliacao_357447_1140" value="101321901" type="hidden">
                <input name="nr_Nota_357447_1140" id="nr_Nota_357447_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_357447_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_357447_1200" id="ci_AlunoAvaliacao_357447_1200" value="101321151" type="hidden">
                <input name="nr_Nota_357447_1200" id="nr_Nota_357447_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_357447_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_357447_1620" id="ci_AlunoAvaliacao_357447_1620" value="" type="hidden">
                <input name="nr_Nota_357447_1620" id="nr_Nota_357447_1620" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_357447_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_357447_1730" id="ci_AlunoAvaliacao_357447_1730" value="" type="hidden">
                <input name="nr_Nota_357447_1730" id="nr_Nota_357447_1730" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
        </tbody></table>
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td align="center">
              <br>
              
              			<input name="btnIncluir" class="botao" id="btnIncluir" value=" Incluir " onclick="ValidaPagina(this,'I');" type="button">
            	  
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;                      
                      <input name="btnExcluir" class="botao" id="btnExcluir" value=" Excluir " onclick="Excluir(this);" type="button">
    	                        
              </td>
          </tr>
        </tbody></table>
        </td>
    </tr>
  </tbody></table>
</form>
<div class="" style="display: block; top: 566px; left: 997px;" id="tooltip"><h3>LINGUA PORTUGUESA</h3><div class="body">ICARO SALMITO GONCALVES RIBEIRO</div><div style="display: none;" class="url"></div></div><div id="hintbox"></div></body></html>